diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-19 12:07:47 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-19 12:07:47 +0900 |
| commit | dec4ec694b5496939ee93a706a6bba95ddbf2b9e (patch) | |
| tree | 4de51ee4e589fe0c5326b288a17040ada553e9f8 /src/node.h | |
| parent | 76025745362abbe1a9ec995bb203e98fcaaa9ac8 (diff) | |
| parent | 74bc53a518055d38e0e17d4ebdee7d3aee5d56e6 (diff) | |
| download | mruby-dec4ec694b5496939ee93a706a6bba95ddbf2b9e.tar.gz mruby-dec4ec694b5496939ee93a706a6bba95ddbf2b9e.zip | |
Merge branch 'master' of github.com:mruby/mruby
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 }; |
