* ch-exp.y (start): Apply work-around to avoid bison warning.
authorFred Fish <fnf@specifix.com>
Mon, 10 May 1993 20:18:05 +0000 (20:18 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 10 May 1993 20:18:05 +0000 (20:18 +0000)
gdb/ChangeLog
gdb/ch-exp.y

index 82ace3e..ad3302b 100644 (file)
@@ -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
index 2789d76..a618283 100644 (file)
@@ -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);