rgbasm: bump MAXMACROARGS up to 256 from 9

This commit is contained in:
yenatch
2015-01-19 23:28:09 -08:00
parent 1d174f37da
commit 91241b44da
2 changed files with 2 additions and 2 deletions

View File

@@ -436,7 +436,7 @@ sym_AddNewMacroArg(char *s)
else
newmacroargs[i] = NULL;
} else
yyerror("A maximum of 9 arguments allowed");
yyerror("A maximum of %d arguments allowed", MAXMACROARGS);
}
void