]> git.saurik.com Git - bison.git/blobdiff - src/output.c
* src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
[bison.git] / src / output.c
index 706ee272f1357e083e45a10551be5331146b6cc0..c2720d96967fb62d78db25c75ad494febf46aa33 100644 (file)
@@ -89,6 +89,7 @@
    negative short int.  Used to flag ??  */
 
 #include "system.h"
+#include "bitsetv.h"
 #include "quotearg.h"
 #include "error.h"
 #include "getargs.h"
@@ -922,7 +923,7 @@ output_actions (void)
   width = XCALLOC (short, nvectors);
 
   token_actions ();
-  XFREE (LA);
+  bitsetv_free (LA);
   XFREE (LAruleno);
 
   goto_actions ();