Fixed problem with parameter counts

This commit is contained in:
ceriel
1991-09-13 09:15:36 +00:00
parent 6593048018
commit f36fe7a20b
2 changed files with 18 additions and 13 deletions

View File

@@ -189,7 +189,7 @@ check(p) register p_gram p; {
n = &nonterms[g_getcont(p)];
if (g_getnpar(p) != getntparams(n)) {
error(p->g_lineno,
"Call of %s : parameter count mismatch",
"Call of %s: parameter count mismatch",
n->n_name);
}
break; }