diff options
author | Jeremy Evans <[email protected]> | 2019-09-29 16:41:00 -0700 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2019-09-29 16:41:00 -0700 |
commit | 6fdd701472af5355562cb2394167b26a4c3a2a97 (patch) | |
tree | bcd0e27d0b7af483e0bac90dec25209de8cfa40a /vm_core.h | |
parent | 58dfea0c8de29cbad35621847c04372b779c5f5d (diff) |
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
VM_NO_KEYWORDS was introduced first in vm_core.h, but it is best
to only use a single definition for this.
Diffstat (limited to 'vm_core.h')
-rw-r--r-- | vm_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1281,7 +1281,6 @@ VM_FRAME_RUBYFRAME_P(const rb_control_frame_t *cfp) #define VM_GUARDED_PREV_EP(ep) GC_GUARDED_PTR(ep) #define VM_BLOCK_HANDLER_NONE 0 -#define VM_NO_KEYWORDS 0 static inline int VM_ENV_LOCAL_P(const VALUE *ep) |