some fixes, f.i. process # in actual parameter list

This commit is contained in:
ceriel
1989-10-12 11:16:02 +00:00
parent 5281bcf441
commit 0fe46680f1
3 changed files with 18 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ replace(idef)
LoadChar(c);
c = skipspaces(c,1);
if (c != '(') { /* no replacement if no () */
error("macro %s needs arguments",
warning("macro %s needs arguments",
idef->id_text);
PushBack();
return 0;