Skip to content

Commit

Permalink
Fix conflicting types for 'VALUE' / 'ID'
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 14, 2023
1 parent 62b69c8 commit 85e092d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions external/parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
#include <sys/types.h>
#include <inttypes.h>

#ifndef VALUE
typedef uintptr_t VALUE;
#endif
#ifndef ID
typedef uintptr_t ID;
#endif

// TODO: Expand
#include "ruby/st.h"

Expand Down

0 comments on commit 85e092d

Please sign in to comment.