* 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 82ace3e97d87b7419321212eaa33a8f2eacbc13b..ad3302bf2a263370b2d29c47ac30584e333e3196 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 2789d76767a904319aa8c5f96a5101261895899a..a6182837450f6e546e2f54c6d732b58427abd44a 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);