X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d6bad195977b0204fc8406cac57cf5a4f1c769b..93561c21e8d42aad487fd81ef1f79c5ba3f494fe:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index 137a7a32..a88e73cc 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -97,6 +97,9 @@ void symbol_list_syms_print (const symbol_list *l, FILE *f); /** Prepend \c node to \c list. */ symbol_list *symbol_list_prepend (symbol_list *list, symbol_list *node); +/** Append \c node to \c list. */ +symbol_list *symbol_list_append (symbol_list *list, symbol_list *node); + /** Free \c list, but not the items it contains. */ void symbol_list_free (symbol_list *list);