From 0947c2ba63d6f0da53a181edb98c0cde77142670 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 4 Jan 2018 12:47:22 +0000 Subject: node.h: add NODE_ONCE instead of reuse of NODE_SCOPE git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node.h') diff --git a/node.h b/node.h index 9730edeea2..12f4d423a8 100644 --- a/node.h +++ b/node.h @@ -150,6 +150,8 @@ enum node_type { #define NODE_EVSTR NODE_EVSTR NODE_DREGX, #define NODE_DREGX NODE_DREGX + NODE_ONCE, +#define NODE_ONCE NODE_ONCE NODE_ARGS, #define NODE_ARGS NODE_ARGS NODE_ARGS_AUX, -- cgit v1.2.3