]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
Merge branch 'maint'
[bison.git] / src / symlist.h
index dd63408339b791d5d8a6890f584d9408889bd004..03ffebef16572034acc847f03c7a5e78e9c98fe2 100644 (file)
@@ -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_ */