From 59993515a42803267e592a9b6fa07d3313d0c3b3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 20 Mar 2002 10:21:23 +0000 Subject: [PATCH] too reverted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.y b/parse.y index db8115eee5..fda72e2801 100644 --- a/parse.y +++ b/parse.y @@ -5024,7 +5024,7 @@ local_id(id) static void top_local_init() { - local_push(); + local_push(1); lvtbl->cnt = ruby_scope->local_tbl?ruby_scope->local_tbl[0]:0; if (lvtbl->cnt > 0) { lvtbl->tbl = ALLOC_N(ID, lvtbl->cnt+3);