]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
* src/symtab.c (symbol_free): Remove dead deactivated code:
[bison.git] / src / symtab.h
index 61bd4017904b59ede7d50ca0401523281b075ee3..ecf28cd097195977dc62aaeb743e4fc5bf30c935 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef SYMTAB_H_
 # define SYMTAB_H_
 
+# include "struniq.h"
 # include "location.h"
 # include "assoc.h"
 
@@ -52,7 +53,7 @@ struct symbol_s
   location_t location;
 
   /* Its %type and associated printer and destructor.  */
-  char *type_name;
+  struniq_t type_name;
   char *destructor;
   location_t destructor_location;
   char *printer;