remove __BIT_TYPES_DEFINED__ because they are actually not defined.

Change-Id: Iae6489c013ff92042f001d50e9a9983a409c268e
This commit is contained in:
Kees Jongenburger 2014-04-01 09:19:17 +00:00 committed by Lionel Sambuc
parent eec4c10f33
commit ec92655ec2
2 changed files with 4 additions and 0 deletions

View file

@ -58,7 +58,9 @@ typedef long long int __int64_t;
typedef unsigned long long int __uint64_t;
#endif
#if !defined(__minix)
#define __BIT_TYPES_DEFINED__
#endif /* !defined(__minix) */
/* 7.18.1.4 Integer types capable of holding object pointers */

View file

@ -58,7 +58,9 @@ typedef long long int __int64_t;
typedef unsigned long long int __uint64_t;
#endif
#if !defined(__minix)
#define __BIT_TYPES_DEFINED__
#endif /* !defined(__minix) */
/* 7.18.1.4 Integer types capable of holding object pointers */