mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Work around a crash when '@' is interpreted as a macro name.
This commit is contained in:
@@ -540,7 +540,7 @@ macro : T_ID {
|
||||
yy_set_state(LEX_STATE_NORMAL);
|
||||
|
||||
if (!fstk_RunMacro($1)) {
|
||||
yyerror("Macro '%s' not defined", $1);
|
||||
fatalerror("Macro '%s' not defined", $1);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user