Fixed a syntax error.
authorSean Eric Fagan <sef@cygnus>
Sat, 16 Nov 1991 07:24:23 +0000 (07:24 +0000)
committerSean Eric Fagan <sef@cygnus>
Sat, 16 Nov 1991 07:24:23 +0000 (07:24 +0000)
gdb/c-exp.y

index f4288187d9d3ea4c2f3df13210d1b6d6b98691a8..bea046322d31f7194028a97a77715b5ab615cb1c 100644 (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.");
 }
 \f
 /* Table mapping opcodes into strings for printing operators