From: Tom Tromey Date: Thu, 21 Mar 2013 14:41:28 +0000 (+0000) Subject: * c-exp.y (%union) : Remove. X-Git-Tag: sid-snapshot-20130401~136 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e403aa4bf0a0f4740a5c4f880ca732ee41469055;p=external%2Fbinutils.git * c-exp.y (%union) : Remove. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fe21356..da78793 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-03-21 Tom Tromey + + * c-exp.y (%union) : Remove. + 2013-03-21 Yao Qi * ctf.c: Include "gdb_stat.h". diff --git a/gdb/c-exp.y b/gdb/c-exp.y index f6659d4..0cd4683 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -145,7 +145,6 @@ void yyerror (char *); gdb_byte val[16]; struct type *type; } typed_val_decfloat; - struct symbol *sym; struct type *tval; struct stoken sval; struct typed_stoken tsval; @@ -154,11 +153,9 @@ void yyerror (char *); int voidval; struct block *bval; enum exp_opcode opcode; - struct internalvar *ivar; struct stoken_vector svec; VEC (type_ptr) *tvec; - int *ivec; struct type_stack *type_stack;