This commit is contained in:
Eatswap - {.org} 2025-02-07 11:30:37 +01:00 committed by GitHub
commit fe93c629cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,7 @@ typedef sem_t cksem_t;
#define NO_MD5 (!(HASH_CHECK) && !(HAS_MD5))
#define BITS32 (sizeof(long) == 4)
#define BITS32 (sizeof(void*) == 4)
#define CTYPE_NONE 3
#define CTYPE_BZIP2 4