From 04bdcf84328eec8e144b3b9e0a1ee4407d71d594 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 8 Oct 2005 09:58:25 +0000 Subject: * 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 --- node.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'node.h') 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, -- cgit v1.2.3