summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorydah <[email protected]>2024-09-03 16:20:52 +0900
committerYuichiro Kaneko <[email protected]>2024-09-04 14:36:35 +0900
commitab18b1b4f55d3d06e6e040d755e75b5b447198f3 ()
tree52e29c4b329cb017e6dbe2ea4c0347ba8b06fcee /rubyparser.h
parent37d7ae06afb03ae5508bfd81033961559886bd6b (diff)
Implement VALIAS NODE keyword locations
Notes: Merged: https://.com/ruby/ruby/pull/11531
-rw-r--r--rubyparser.h1
1 files changed, 1 insertions, 0 deletions
@@ -828,6 +828,7 @@ typedef struct RNode_VALIAS {
ID nd_alias;
ID nd_orig;
} rb_node_valias_t;
typedef struct RNode_UNDEF {