]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
tests: address g++-4.8 warnings.
[bison.git] / src / symlist.h
index 0bd4f3b09f5b62cfe164e7e6e1b0491e34a1bfa3..3b03713b3fd368c779fce5386f5699f6dd92d899 100644 (file)
@@ -46,7 +46,7 @@ typedef struct symbol_list
     /**
      * The semantic type iff <tt>symbol_list::content_type = SYMLIST_TYPE</tt>.
      */
-    uniqstr type_name;
+    semantic_type *sem_type;
   } content;
   location location;