Remove #define _BITSIZE 32.
I've no idea what _BITSIZE was supposed to be, glibc doesn't have it, the BSDs don't have it, and no code is currently using it. But having it set unconditionally to 32 sounds like a bad idea. Change-Id: I900235c1489afba891fff0bc3b43e9d593249a4f
This commit is contained in:
@@ -256,8 +256,6 @@ typedef int64_t intmax_t;
|
||||
# define WINT_MIN INT32_MIN
|
||||
#endif
|
||||
|
||||
#define _BITSIZE 32
|
||||
|
||||
/* Keep the kernel from trying to define these types... */
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user