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:
Willem Jan Palenstijn 2009-03-01 22:19:49 +00:00
parent c7d7ce8888
commit 0e134d5871
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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