mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
rgbasm: improve "undefined macro" error message
This commit is contained in:
@@ -47,6 +47,7 @@ macro : T_ID
|
||||
|
||||
if( !fstk_RunMacro($1) )
|
||||
{
|
||||
fprintf(stderr, "Macro '%s' not defined", $1);
|
||||
yyerror( "No such macro" );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user