summaryrefslogtreecommitdiff
path: root/gdb/m2-exp.y
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-01-17 00:06:45 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-01-17 00:06:45 +0000
commitf3695ff1bd878b820f0ac14c7f3bb6a6ec1f7894 (patch)
tree69d5630cd7790077bd008daa4b390086d17f869c /gdb/m2-exp.y
parent8cbdf06daf5619b71c669ccaa57a53f22d95a4f7 (diff)
downloadgdb-f3695ff1bd878b820f0ac14c7f3bb6a6ec1f7894.tar.gz
gdb/
Fix compilation error. * m2-exp.y (yyerror): Use ANSI C prototype.
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r--gdb/m2-exp.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y
index af6c400a948..eb46b7b32b0 100644
--- a/gdb/m2-exp.y
+++ b/gdb/m2-exp.y
@@ -1067,7 +1067,6 @@ yylex (void)
void
yyerror (char *msg)
- char *msg;
{
if (prev_lexptr)
lexptr = prev_lexptr;