summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorydah <[email protected]>2024-09-27 02:01:08 +0900
committerYuichiro Kaneko <[email protected]>2024-09-27 18:20:00 +0900
commiteff16d93025d354de08cb40a11a51acffdf26e57 ()
tree6ee875111828084ef0276207f02f6d039014b54a /rubyparser.h
parenta70adce1ce5fae8eaae385214ac0d2e7d17c1103 (diff)
Implement OP_ASGN1 NODE locations
Notes: Merged: https://.com/ruby/ruby/pull/11701
-rw-r--r--rubyparser.h4
1 files changed, 4 insertions, 0 deletions
@@ -455,6 +455,10 @@ typedef struct RNode_OP_ASGN1 {
ID nd_mid;
struct RNode *nd_index;
struct RNode *nd_rvalue;
} rb_node_op_asgn1_t;
typedef struct RNode_OP_ASGN2 {