diff options
-rw-r--r-- | internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ /* Prevent compiler from reordering access */ #define ACCESS_ONCE(type,x) (*((volatile type *)&(x))) #include "ruby/ruby.h" /* Following macros were formerly defined in this header but moved to somewhere |