mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
Partial revert of "Fix handling of parentheses in said specs" (20080705)
This fixes, among other things, "get up" followed by "get shirt" at the start of Iceman. svn-id: r39060
This commit is contained in:
parent
c7d7ce8888
commit
0e134d5871
@ -1568,7 +1568,7 @@ yyreduce:
|
||||
|
||||
case 19:
|
||||
#line 180 "said.y"
|
||||
{ (yyval) = (yyvsp[(2) - (3)]); ;}
|
||||
{ (yyval) = said_aug_branch(0x141, 0x14c, (yyvsp[(2) - (3)]), SAID_BRANCH_NULL); ;}
|
||||
break;
|
||||
|
||||
case 20:
|
||||
|
@ -177,7 +177,7 @@ cwordset : wordset
|
||||
wordset : word
|
||||
{ $$ = $1; }
|
||||
| YY_PARENO expr YY_PARENC
|
||||
{ $$ = $2; }
|
||||
{ $$ = said_aug_branch(0x141, 0x14c, $2, SAID_BRANCH_NULL); }
|
||||
| wordset YY_COMMA wordset
|
||||
{ $$ = said_attach_branch($1, $3); }
|
||||
| wordset YY_BRACKETSO_LT wordrefset YY_BRACKETSC
|
||||
|
Loading…
x
Reference in New Issue
Block a user