Fixed a syntax error.
This commit is contained in:
parent
b260b2a000
commit
d671e293c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue