summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-08 09:58:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-08 09:58:25 +0000
commit04bdcf84328eec8e144b3b9e0a1ee4407d71d594 (patch)
tree4ca2af8aef6783ba5232d3a920cc7225d0a63404 /node.h
parent1022702acf4f25b0d6e11ce5ad6743fbde59bb25 (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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.h b/node.h
index f4e86f1ff6..659ab4350b 100644
--- a/node.h
+++ b/node.h
@@ -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,