diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-20 10:21:23 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-20 10:21:23 +0000 |
| commit | fd4ce603cca096fe783fbe9180d7ea6d6a7f9816 (patch) | |
| tree | 440292477d3c22578bdd59d77215b8d89fcc330b /parse.y | |
| parent | 2b9bc91e67fa8679d0a4118596240f9796381cf8 (diff) | |
| download | ruby-fd4ce603cca096fe783fbe9180d7ea6d6a7f9816.tar.gz ruby-fd4ce603cca096fe783fbe9180d7ea6d6a7f9816.tar.xz ruby-fd4ce603cca096fe783fbe9180d7ea6d6a7f9816.zip | |
too reverted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
| -rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
