projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b260b2a
)
Fixed a syntax error.
author
Sean Eric Fagan
<sef@cygnus>
Sat, 16 Nov 1991 07:24:23 +0000
(07:24 +0000)
committer
Sean Eric Fagan
<sef@cygnus>
Sat, 16 Nov 1991 07:24:23 +0000
(07:24 +0000)
gdb/c-exp.y
patch
|
blob
|
history
diff --git
a/gdb/c-exp.y
b/gdb/c-exp.y
index f4288187d9d3ea4c2f3df13210d1b6d6b98691a8..bea046322d31f7194028a97a77715b5ab615cb1c 100644
(file)
--- a/
gdb/c-exp.y
+++ b/
gdb/c-exp.y
@@
-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