aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/node.c b/node.c
index 79f65ec684..1153431206 100644
--- a/node.c
+++ b/node.c
@@ -804,8 +804,10 @@ dump_node(VALUE buf, VALUE indent, int comment, NODE *node)
ANN("format: BEGIN { [nd_head] }; [nd_body]");
ANN("example: bar; BEGIN { foo }");
F_NODE(nd_head, "prelude");
- LAST_NODE;
F_NODE(nd_body, "body");
+ LAST_NODE;
+#define nd_compile_option u3.value
+ F_LIT(nd_compile_option, "compile_option");
break;
case NODE_LAMBDA: