]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
Regen.
[bison.git] / src / symlist.h
index 02af5bbc79ca348205f8cc0e3483ca420d40ad20..6c522d09f52d5414b52f120b15c38d545ae742d5 100644 (file)
@@ -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));