]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
Do not include <assert.h>.
[bison.git] / src / symlist.h
index 4f7557017f489dc065f3c3e812fa9e5b817fed58..33aae34ed083b8c38c7127f7bc015b19c20edad2 100644 (file)
@@ -56,7 +56,7 @@ unsigned int symbol_list_length (symbol_list_t *list);
 
 /* Get the data type (alternative in the union) of the value for
    symbol N in rule RULE.  */
-char *symbol_list_n_type_name_get (symbol_list_t *rule,
+struniq_t symbol_list_n_type_name_get (symbol_list_t *rule,
                                   location_t location, int n);
 
 #endif /* !SYMLIST_H_ */