X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d33cb3ae09c2bed6df2ef950f5aa14ceba428d8b..d6ea8200af27933cac4ca91df7cf2693154cd2b9:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index 4f755701..33aae34e 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -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_ */