mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-04 08:47:47 +00:00
Make grammar specifications yacc-compatible
This commit is contained in:
@@ -380,7 +380,7 @@ const_16bit : relocconst
|
||||
{
|
||||
yyerror( "Expression must be 16-bit" );
|
||||
}
|
||||
$$=$1
|
||||
$$=$1;
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user