From 32d8a6d3e4ce7fecb626cd5a197d220ff4e65e50 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 21 Apr 1993 21:29:03 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 7 +++++++ gdb/ch-exp.y | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c5f198e74..6c1fea89de 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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) diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index 9d961bd1fb..952e2b38d2 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -162,7 +162,6 @@ yyerror PARAMS ((char *)); %token FIXME_20 %token FIXME_21 %token FIXME_22 -%token FIXME_23 %token FIXME_24 %token FIXME_25 %token FIXME_26 @@ -292,7 +291,6 @@ yyerror PARAMS ((char *)); %type lower_element %type upper_element %type first_element -%type structure_primitive_value %type mode_argument %type upper_lower_argument %type 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; } -- 2.34.1