summaryrefslogtreecommitdiffhomepage
path: root/src/node.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-03-18 06:56:26 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-03-18 06:56:26 -0700
commit138a3569a29521dc52951787cf09c5d9aac36741 (patch)
treeef9722b6a8666f895755b076c8a866065448337e /src/node.h
parenta4c30b93acf931c49d79fb4b0c474dd66fbedcf4 (diff)
parent76c24894a7f859cc76b437a07030f2e2f277eab1 (diff)
downloadmruby-138a3569a29521dc52951787cf09c5d9aac36741.tar.gz
mruby-138a3569a29521dc52951787cf09c5d9aac36741.zip
Merge pull request #1025 from FUKUZAWA-Tadashi/master
implement %W %w %s
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h
index e12672bfe..bcf02e8ff 100644
--- a/src/node.h
+++ b/src/node.h
@@ -106,6 +106,8 @@ enum node_type {
NODE_DSYM,
NODE_ATTRASGN,
NODE_HEREDOC,
+ NODE_LITERAL_DELIM,
+ NODE_WORDS,
NODE_LAST
};