rgbasm: improve "undefined macro" error message

This commit is contained in:
bentley
2010-01-18 20:41:34 -07:00
parent 5f23215c5d
commit 2a3cd65ee8

View File

@@ -47,6 +47,7 @@ macro : T_ID
if( !fstk_RunMacro($1) )
{
fprintf(stderr, "Macro '%s' not defined", $1);
yyerror( "No such macro" );
}
}