diff options
author | ydah <[email protected]> | 2024-09-03 16:20:52 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-09-04 14:36:35 +0900 |
commit | ab18b1b4f55d3d06e6e040d755e75b5b447198f3 () | |
tree | 52e29c4b329cb017e6dbe2ea4c0347ba8b06fcee /rubyparser.h | |
parent | 37d7ae06afb03ae5508bfd81033961559886bd6b (diff) |
Implement VALIAS NODE keyword locations
Notes: Merged: https://.com/ruby/ruby/pull/11531
-rw-r--r-- | rubyparser.h | 1 |
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 { |