mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
too reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
760878b424
commit
59993515a4
1 changed files with 1 additions and 1 deletions
2
parse.y
2
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue