aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.c b/node.c
index 7ebc1cbd78..7c73bb8be6 100644
--- a/node.c
+++ b/node.c
@@ -1276,6 +1276,8 @@ mark_ast_value(void *ctx, NODE * node)
case NODE_ARYPTN:
rb_gc_mark(node->nd_lit);
break;
+ default:
+ rb_bug("unreachable");
}
}