Drop condition around SIZEOF_SIZE_T to reduce diff against clean

version. The macro is only used on platforms without SIZE_MAX.
This commit is contained in:
joerg 2015-04-18 17:00:09 +00:00
parent d88be72d81
commit 68f88a148d

View File

@ -331,12 +331,8 @@
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
#ifdef _LP64
/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8
#else
#define SIZEOF_SIZE_T 4
#endif
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1