X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/738c69de376fea9625e419fcc379a10afb034bbf..3e6656f9ab66ae7e629f8e5d5b41810bf070f09d:/src/symtab.h diff --git a/src/symtab.h b/src/symtab.h index 61bd4017..ecf28cd0 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -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;