X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/676385e29c4aedfc05d20daf1ef20cd4ccc84856..f7aed660541ed7b05c4d892334dfe64ba200a4a2:/src/symlist.h?ds=sidebyside diff --git a/src/symlist.h b/src/symlist.h index 02af5bbc..6c522d09 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -43,13 +43,11 @@ typedef struct symbol_list_s /* Create a list containing SYMBOL at LOCATION. */ symbol_list_t *symbol_list_new PARAMS ((symbol_t *sym, location_t location)); - /* Prepend SYMBOL at LOCATION to the LIST. */ symbol_list_t * symbol_list_prepend PARAMS ((symbol_list_t *list, symbol_t *symbol, location_t location)); - /* Free the LIST, but not the symbols it contains. */ void symbol_list_free PARAMS ((symbol_list_t *list));