diff options
Diffstat (limited to 'node_dump.c')
-rw-r--r-- | node_dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node_dump.c b/node_dump.c index 9e4dd5158c..d346ba9a7e 100644 --- a/node_dump.c +++ b/node_dump.c @@ -902,8 +902,9 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node) ANN("splat argument"); ANN("format: *[nd_head]"); ANN("example: foo(*ary)"); - LAST_NODE; F_NODE(nd_head, RNODE_SPLAT, "splat'ed array"); + LAST_NODE; + F_LOC(operator_loc, RNODE_SPLAT); return; case NODE_BLOCK_PASS: |