summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2024-07-22 16:28:00 +0900
committerYuichiro Kaneko <[email protected]>2024-07-23 14:35:23 +0900
commit57b11be15ae518288b719fb36068ceb23da6e050 ()
tree9a772e11ab2a75c86a3df1f83e67247751b1679e /rubyparser.h
parentf23485a8d693cb69fd7b84c1ab93cb4198ecfe4a (diff)
Implement UNLESS NODE keyword locations
Notes: Merged: https://.com/ruby/ruby/pull/11227
-rw-r--r--rubyparser.h3
1 files changed, 3 insertions, 0 deletions
@@ -273,6 +273,9 @@ typedef struct RNode_UNLESS {
struct RNode *nd_cond;
struct RNode *nd_body;
struct RNode *nd_else;
} rb_node_unless_t;
typedef struct RNode_CASE {