X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9534d2be80292c1a2f52997964cb4436039781c0..11b192127cac086338bfaa43f3bab3acda8e3a20:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index dd634083..03ffebef 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -113,9 +113,8 @@ uniqstr symbol_list_n_type_name_get (symbol_list *l, location loc, int n); /* Check whether the node is a border element of a rule. */ bool symbol_list_null (symbol_list *node); -/** Set the \c \%destructor or \c \%printer for \c node as \c code at - \c loc. */ +/** Set the \c \%destructor or \c \%printer for \c node as \c cprops. */ void symbol_list_code_props_set (symbol_list *node, code_props_type kind, - location loc, char const *code); + code_props const *cprops); #endif /* !SYMLIST_H_ */