Revert old changes (bad merge)

This commit is contained in:
Matt Borgerson
2025-01-06 04:08:41 -07:00
parent e13f33ecd2
commit ac6b405faf
7 changed files with 10 additions and 55 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
uint32_t name[BITS_TO_U32S(bits)]
#define small_nbits(nbits) \
((unsigned long)(nbits) <= BITS_PER_LONG)
((nbits) <= BITS_PER_LONG)
int slow_bitmap_empty(const unsigned long *bitmap, long bits);
int slow_bitmap_full(const unsigned long *bitmap, long bits);