diff options
| author | FUKUZAWA-Tadashi <[email protected]> | 2013-03-14 23:05:05 +0900 |
|---|---|---|
| committer | FUKUZAWA-Tadashi <[email protected]> | 2013-03-19 00:41:15 +0900 |
| commit | cdf8114e27288612139b544a6dea34e33217c88c (patch) | |
| tree | fee62d7f3be856a78e4360fbc830a96f76670a03 /src/node.h | |
| parent | 5217d889633fc556458b2327c30ba483e02ce6d7 (diff) | |
| download | mruby-cdf8114e27288612139b544a6dea34e33217c88c.tar.gz mruby-cdf8114e27288612139b544a6dea34e33217c88c.zip | |
%I %i literal
Diffstat (limited to 'src/node.h')
| -rw-r--r-- | src/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h index bcf02e8ff..4f9db8265 100644 --- a/src/node.h +++ b/src/node.h @@ -108,6 +108,7 @@ enum node_type { NODE_HEREDOC, NODE_LITERAL_DELIM, NODE_WORDS, + NODE_SYMBOLS, NODE_LAST }; |
