aboutsummaryrefslogtreecommitdiff
path: root/gdb/ch-exp.y
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1993-04-21 21:29:03 +0000
committerPer Bothner <per@bothner.com>1993-04-21 21:29:03 +0000
commit32d8a6d3e4ce7fecb626cd5a197d220ff4e65e50 (patch)
treea0cc036623a1bd1553c235c972da83262fc1cf7c /gdb/ch-exp.y
parent1b5c6c0542204a14cf7db70cabcff566b9f7d14b (diff)
downloadgdb-32d8a6d3e4ce7fecb626cd5a197d220ff4e65e50.zip
gdb-32d8a6d3e4ce7fecb626cd5a197d220ff4e65e50.tar.gz
gdb-32d8a6d3e4ce7fecb626cd5a197d220ff4e65e50.tar.bz2
* 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.
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r--gdb/ch-exp.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y
index 9d961bd..952e2b3 100644
--- a/gdb/ch-exp.y
+++ b/gdb/ch-exp.y
@@ -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; }