Make grammar specifications yacc-compatible

This commit is contained in:
Anthony Bentley
2009-09-11 21:40:39 -06:00
parent 74eea59208
commit 50a8bbd414
2 changed files with 35 additions and 35 deletions

View File

@@ -380,7 +380,7 @@ const_16bit : relocconst
{
yyerror( "Expression must be 16-bit" );
}
$$=$1
$$=$1;
}
;