Removed conditional #defines of macros GCC always defines
From-SVN: r35480
This commit is contained in:
parent
62a99405cf
commit
f1fe1ac0a8
@ -10,25 +10,16 @@
|
||||
|
||||
|
||||
#if defined( GNU_TYPES_CHECK )
|
||||
#ifndef __PTRDIFF_TYPE__
|
||||
#define __PTRDIFF_TYPE__
|
||||
#endif
|
||||
#if !defined(_GCC_PTRDIFF_T)
|
||||
#define _GCC_PTRDIFF_T
|
||||
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||
#endif
|
||||
/* long int */
|
||||
#ifndef __SIZE_TYPE__
|
||||
#define __SIZE_TYPE__
|
||||
#endif
|
||||
#if !defined(_GCC_SIZE_T)
|
||||
#define _GCC_SIZE_T
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
#endif
|
||||
/* uint_t */
|
||||
#ifndef __WCHAR_TYPE__
|
||||
#define __WCHAR_TYPE__
|
||||
#endif
|
||||
#if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
|
||||
#define _GCC_WCHAR_T
|
||||
typedef __WCHAR_TYPE__ wchar_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user