From 6e17ab51e98672e0c28890561ba602f30938ec94 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 Jan 1998 08:12:09 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@42 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node.h') diff --git a/node.h b/node.h index a4dab02ac0..832b8ca827 100644 --- a/node.h +++ b/node.h @@ -101,6 +101,9 @@ enum node_type { NODE_TAG, NODE_NEWLINE, NODE_POSTEXE, +#ifdef C_ALLOCA + NODE_ALLOCA, +#endif }; typedef struct RNode { -- cgit v1.2.3