diff options
author | Aaron Patterson <[email protected]> | 2020-07-28 12:56:36 -0700 |
---|---|---|
committer | Aaron Patterson <[email protected]> | 2020-07-30 11:11:13 -0700 |
commit | 753351999052034c70f740cddb310428d79beb7d (patch) | |
tree | 694280b302f86e3d59805800bdfa68d937b0a482 /node.c | |
parent | b933b43b673811b51e3b11720259b1dfbaab8f74 (diff) |
NODE_MATCH needs reference updating
Diffstat (limited to 'node.c')
-rw-r--r-- | node.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1349,6 +1349,7 @@ update_ast_value(void *ctx, NODE * node) args->imemo = rb_gc_location(args->imemo); break; } + case NODE_MATCH: case NODE_LIT: case NODE_STR: case NODE_XSTR: |