Project

General

Profile

Bug #4716 ยป rescue_mod.diff

Patch fixing inconsistent parse order - adgar (Michael Edgar), 05/17/2011 08:21 AM

View differences:

parse.y (working copy)
NODE *resq = NEW_RESBODY(0, remove_begin($3), 0);
$$ = NEW_RESCUE(remove_begin($1), resq, 0);
/*%
$$ = dispatch2(rescue_mod, $3, $1);
$$ = dispatch2(rescue_mod, $1, $3);
%*/
}
| keyword_END '{' compstmt '}'
    (1-1/1)