diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-08-10 07:59:49 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-10 07:59:49 +0900 |
| commit | 9e0c48ddc63a959ecd83493773a6466bab7cac93 (patch) | |
| tree | a2b928be7c8dd7103aded1df6ce547ad18aef54e /mrbgems/mruby-compiler/core | |
| parent | 24c345fe5c68a3f0cd4d16e84c8bf6ed93cedce8 (diff) | |
| parent | 2fadddcd20a16afe0e710d07288e106993a43a07 (diff) | |
| download | mruby-9e0c48ddc63a959ecd83493773a6466bab7cac93.tar.gz mruby-9e0c48ddc63a959ecd83493773a6466bab7cac93.zip | |
Merge pull request #3770 from christopheraue/tabs_to_spaces
Replaced tabs with spaces
Diffstat (limited to 'mrbgems/mruby-compiler/core')
| -rw-r--r-- | mrbgems/mruby-compiler/core/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y index c82a93932..b7d0d904c 100644 --- a/mrbgems/mruby-compiler/core/parse.y +++ b/mrbgems/mruby-compiler/core/parse.y @@ -1384,7 +1384,7 @@ command_asgn : lhs '=' command_rhs backref_error(p, $1); $$ = new_begin(p, 0); } - ; + ; command_rhs : command_call %prec tOP_ASGN | command_call modifier_rescue stmt |
