From 2f7f565d68461650fe435014f82e6f6658d018b5 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 8 Oct 2005 09:57:12 +0000 Subject: * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on heap. [ruby-list:41199] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'node.h') diff --git a/node.h b/node.h index 505977985..fe5b5f56f 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, -- cgit