diff options
author | Jeremy Evans <[email protected]> | 2019-09-03 11:50:46 -0700 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2019-09-05 17:47:12 -0700 |
commit | fd2ef1a9bfa489842472d183ea10b6fd9838c460 (patch) | |
tree | 6cdd5a5aee5c4d90af6c3d858191984d44382bc1 /vm_core.h | |
parent | ce04392d8d4f8cf14c70bbf1ad3544c7db4e1671 (diff) |
Add VM_NO_KEYWORDS
I think this is easier to read than using literal 0 with comments
in every case where it is used.
Diffstat (limited to 'vm_core.h')
-rw-r--r-- | vm_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1268,6 +1268,7 @@ 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) |