diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-08 09:58:25 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-08 09:58:25 +0000 |
commit | 04bdcf84328eec8e144b3b9e0a1ee4407d71d594 (patch) | |
tree | 4ca2af8aef6783ba5232d3a920cc7225d0a63404 /node.h | |
parent | 1022702acf4f25b0d6e11ce5ad6743fbde59bb25 (diff) |
* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on
heap. [ruby-list:41199]
* parse.y (ripper_initialize): use rb_respond_to().
* ext/ripper/depend (check): get rid of re-generating ripper.y always.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -116,9 +116,7 @@ enum node_type { NODE_ERRINFO, NODE_DEFINED, NODE_POSTEXE, -#ifdef C_ALLOCA NODE_ALLOCA, -#endif NODE_BMETHOD, NODE_MEMO, NODE_IFUNC, |