diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-04 09:49:16 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-03-04 09:49:16 +0900 |
| commit | 02dba483675842b318deb1d042d9069ae9fcdb58 (patch) | |
| tree | 6788bdc018791190abcaf20d6d540974ba2fd042 /src/node.h | |
| parent | e13248bedf7f5d4ec9dded0320eb43e258c6e726 (diff) | |
| parent | 73309aefa5a049a8201a3f2c6ef7ae4cd08af9dd (diff) | |
| download | mruby-02dba483675842b318deb1d042d9069ae9fcdb58.tar.gz mruby-02dba483675842b318deb1d042d9069ae9fcdb58.zip | |
Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into FUKUZAWA-Tadashi-heredoc
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 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 }; |
