]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
gnulib: update
[bison.git] / src / symlist.h
index aeb4622908246f3204ff789dc516da65bc7285b6..45cb79633f61a74ce75f78c1e023dc75c18b4af9 100644 (file)
@@ -124,7 +124,7 @@ symbol_list *symbol_list_n_get (symbol_list *l, int n);
 
 /* Get the data type (alternative in the union) of the value for
    symbol N in rule RULE.  */
-uniqstr symbol_list_n_type_name_get (symbol_list *l, location loc, int n);
+uniqstr symbol_list_n_type_name_get (symbol_list *l, int n);
 
 /* Check whether the node is a border element of a rule. */
 bool symbol_list_null (symbol_list *node);