Merge "Remove #define _BITSIZE 32."

This commit is contained in:
Elliott Hughes
2013-10-02 17:06:44 +00:00
committed by Gerrit Code Review

View File

@@ -256,8 +256,6 @@ typedef int64_t intmax_t;
# define WINT_MIN INT32_MIN # define WINT_MIN INT32_MIN
#endif #endif
#define _BITSIZE 32
/* Keep the kernel from trying to define these types... */ /* Keep the kernel from trying to define these types... */
#define __BIT_TYPES_DEFINED__ #define __BIT_TYPES_DEFINED__