summaryrefslogtreecommitdiffstats
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
commit99985dff17b224eb9672153667db04b40f58ce84 (patch)
tree4ca2af8aef6783ba5232d3a920cc7225d0a63404 /node.h
parent27021db6881f159b414f9a4de904ea11da907bfa (diff)
downloadruby-99985dff17b224eb9672153667db04b40f58ce84.tar.gz
ruby-99985dff17b224eb9672153667db04b40f58ce84.tar.xz
ruby-99985dff17b224eb9672153667db04b40f58ce84.zip
* 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: http://svn.ruby-lang.org/repos/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 f4e86f1ff..659ab4350 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,