Fixed a syntax error.

This commit is contained in:
Sean Eric Fagan 1991-11-16 07:24:23 +00:00
parent b260b2a000
commit d671e293c3

View File

@ -1410,7 +1410,7 @@ void
yyerror (msg)
char *msg;
{
error (error (msg ? msg : "Invalid syntax in expression.");
error (msg ? msg : "Invalid syntax in expression.");
}
/* Table mapping opcodes into strings for printing operators