]> git.saurik.com Git - bison.git/blobdiff - lib/bitsetv.h
* tests/sets.at (Broken Closure): Add the ending `;'.
[bison.git] / lib / bitsetv.h
index cac4eb07b4e083fa85695688507373090726b8b8..34617054e8168c1fd9da575dadeac96446098730 100644 (file)
@@ -37,13 +37,12 @@ extern bitsetv bitsetv_create PARAMS ((unsigned int, unsigned int,
 extern void bitsetv_free PARAMS ((bitsetv));
 
 /* Zero vector of bitsets.  */
-extern void bitsetv_zero PARAMS ((bitsetv, unsigned int));
+extern void bitsetv_zero PARAMS ((bitsetv));
 
 /* Set vector of bitsets.  */
-extern void bitsetv_ones PARAMS ((bitsetv, unsigned int));
+extern void bitsetv_ones PARAMS ((bitsetv));
 
 /* Dump vector of bitsets.  */
 extern void bitsetv_dump PARAMS ((FILE *, const char *,
-                                 const char *, bitsetv,
-                                 unsigned int));
+                                 const char *, bitsetv));
 #endif  /* _BITSETV_H  */