* ch-exp.y: Removed unused structure_primitive_value and FIXME_23.
authorPer Bothner <per@bothner.com>
Wed, 21 Apr 1993 21:29:03 +0000 (21:29 +0000)
committerPer Bothner <per@bothner.com>
Wed, 21 Apr 1993 21:29:03 +0000 (21:29 +0000)
* Makefile.in:  Add $(YFLAGS) when using $(YACC).
* Makefile.in:  Remove message to expect conflicts and unused
rules in ch-exp.y, since there no longer are any such.

gdb/ChangeLog
gdb/ch-exp.y

index 6c5f198e74071aaec16c8e4f18a1eed838d50239..6c1fea89deaf96693004a289eb5b319a8013e6af 100644 (file)
@@ -1,3 +1,10 @@
+Wed Apr 21 14:24:19 1993  Per Bothner  (bothner@cygnus.com)
+
+       * ch-exp.y:  Removed unused structure_primitive_value and FIXME_23.
+       * Makefile.in:  Add $(YFLAGS) when using $(YACC).
+       * Makefile.in:  Remove message to expect conflicts and unused
+       rules in ch-exp.y, since there no longer are any such.
+
 Wed Apr 21 13:27:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * stabs.texinfo: fixed bad xrefs (un-initialized statics)
index 9d961bd1fb18b13537bee986cf0d0a79fbafc030..952e2b38d2b52ccd9599d28bccb729efd3be113c 100644 (file)
@@ -162,7 +162,6 @@ yyerror PARAMS ((char *));
 %token <voidval> FIXME_20
 %token <voidval> FIXME_21
 %token <voidval> FIXME_22
-%token <voidval> FIXME_23
 %token <voidval> FIXME_24
 %token <voidval> FIXME_25
 %token <voidval> FIXME_26
@@ -292,7 +291,6 @@ yyerror PARAMS ((char *));
 %type <voidval>                lower_element
 %type <voidval>                upper_element
 %type <voidval>                first_element
-%type <voidval>                structure_primitive_value
 %type <voidval>                mode_argument
 %type <voidval>                upper_lower_argument
 %type <voidval>                length_argument
@@ -984,7 +982,6 @@ slice_size          :       FIXME_19 { $$ = 0; }
 lower_element          :       FIXME_20 { $$ = 0; }
 upper_element          :       FIXME_21 { $$ = 0; }
 first_element          :       FIXME_22 { $$ = 0; }
-structure_primitive_value:     FIXME_23 { $$ = 0; }
 boolean_expression     :       FIXME_26 { $$ = 0; }
 case_selector_list     :       FIXME_27 { $$ = 0; }
 subexpression          :       FIXME_28 { $$ = 0; }
This page took 0.029469 seconds and 4 git commands to generate.