diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-10-20 14:42:08 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-10-20 22:05:27 +0900 |
commit | 192bc725290ca4b271bff2bae6123d84c25f7173 () | |
tree | 9f50fcf171aa5f73c2bb944aa05b4d10e5dc614f /internal.h | |
parent | f55212bce939f736559709a8cd16c409772389c8 (diff) |
Define `UNDEF_P` and `NIL_OR_UNDEF_P` [EXPERIMENTAL]
Notes: Merged: https://.com/ruby/ruby/pull/6599
-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 |