From 1af4110f7d0802d4055f7dbe36fcb55386602b02 Mon Sep 17 00:00:00 2001 From: FUKUZAWA-Tadashi Date: Sun, 3 Mar 2013 20:08:13 +0900 Subject: implement heredoc --- src/node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index 284105023..86933c224 100644 --- a/src/node.h +++ b/src/node.h @@ -102,5 +102,6 @@ enum node_type { NODE_IFUNC, NODE_DSYM, NODE_ATTRASGN, + NODE_HEREDOC, NODE_LAST }; -- cgit v1.2.3