From: Fred Fish Date: Mon, 10 May 1993 20:18:05 +0000 (+0000) Subject: * ch-exp.y (start): Apply work-around to avoid bison warning. X-Git-Tag: gdb-4_18~19256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f39a2631d9f0c20e59d70c221194b9a19bd3bc29;p=external%2Fbinutils.git * ch-exp.y (start): Apply work-around to avoid bison warning. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 82ace3e..ad3302b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon May 10 13:14:46 1993 Fred Fish (fnf@cygnus.com) + + * ch-exp.y (start): Apply work-around to avoid bison warning. + Sun May 9 07:25:02 1993 Fred Fish (fnf@cygnus.com) * Makefile.in (BISON): Remove double quotes around BISON diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index 2789d76..a618283 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -309,7 +309,7 @@ yyerror PARAMS ((char *)); /* Z.200, 5.3.1 */ -start : value +start : value { } | mode_name { write_exp_elt_opcode(OP_TYPE); write_exp_elt_type($1.type);