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:
parent
d88be72d81
commit
68f88a148d
4
external/public-domain/xz/include/config.h
vendored
4
external/public-domain/xz/include/config.h
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user