summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-08 09:57:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-08 09:57:12 +0000
commit3b4216d2b5505adc02e7bd3649e82d3a00aa3772 (patch)
treea2767d742958b3f92eb58b42877d6d1603c43dc2 /node.h
parent1e3a6c4d557742d2d83ec7a3a05ff1722118aadd (diff)
* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on
heap. [ruby-list:41199] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9355 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 5059779855..fe5b5f56f5 100644
--- a/node.h
+++ b/node.h
@@ -115,9 +115,7 @@ enum node_type {
NODE_DEFINED,
NODE_NEWLINE,
NODE_POSTEXE,
-#ifdef C_ALLOCA
NODE_ALLOCA,
-#endif
NODE_DMETHOD,
NODE_BMETHOD,
NODE_MEMO,