diff options
| author | ksss <[email protected]> | 2014-06-25 04:32:36 +0900 |
|---|---|---|
| committer | ksss <[email protected]> | 2014-06-25 05:52:07 +0900 |
| commit | 14767a5597fbd3547c8f74302efaea30dbad7d7f (patch) | |
| tree | bd02bdd5ca3b4984650682a6d71fd8231fd24e5b | |
| parent | faa3c52a8d083712fe7e8cf41685d56392e35869 (diff) | |
| download | mruby-14767a5597fbd3547c8f74302efaea30dbad7d7f.tar.gz mruby-14767a5597fbd3547c8f74302efaea30dbad7d7f.zip | |
Not create local variables in scope_new
| -rw-r--r-- | src/parse.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse.y b/src/parse.y index 24cc3a9fe..633d92ad3 100644 --- a/src/parse.y +++ b/src/parse.y @@ -2438,12 +2438,10 @@ opt_block_param : none block_param_def : '|' opt_bv_decl '|' { - local_add_f(p, 0); $$ = 0; } | tOROP { - local_add_f(p, 0); $$ = 0; } | '|' block_param opt_bv_decl '|' |
