+2013-03-21  Tom Tromey  <tromey@redhat.com>
+
+       * c-exp.y (%union) <sym, ivar, ivec>: Remove.
+
 2013-03-21  Yao Qi  <yao@codesourcery.com>
 
        * ctf.c: Include "gdb_stat.h".
 
       gdb_byte val[16];
       struct type *type;
     } typed_val_decfloat;
-    struct symbol *sym;
     struct type *tval;
     struct stoken sval;
     struct typed_stoken tsval;
     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;