aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/node.h')
-rw-r--r--include/ruby/node.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ruby/node.h b/include/ruby/node.h
index a5b66d35f9..51268061e0 100644
--- a/include/ruby/node.h
+++ b/include/ruby/node.h
@@ -467,8 +467,7 @@ typedef struct RNode {
#define NOEX_NOSUPER 0x01
#define NOEX_PRIVATE 0x02
#define NOEX_PROTECTED 0x04
-#define NOEX_LOCAL 0x08
-#define NOEX_MASK 0x0E /* 1110 */
+#define NOEX_MASK 0x06 /* 1110 */
#define NOEX_UNDEF NOEX_NOSUPER