X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dafdc66ff0a0344c390d0f5612e9b469d6855e00..c0cac722f7e5d7498528a67a37477cdf9ed1745c:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index 31bd2a91..6c522d09 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -35,19 +35,19 @@ typedef struct symbol_list_s location_t action_location; symbol_t *ruleprec; + int dprec; + int merger; } symbol_list_t; /* 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));