Module Name: src
Committed By: joerg
Date: Sat Apr 18 17:00:09 UTC 2015
Modified Files:
src/external/public-domain/xz/include: config.h
Log Message:
Drop condition around SIZEOF_SIZE_T to reduce diff against clean
version. The macro is only used on platforms without SIZE_MAX.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/public-domain/xz/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/public-domain/xz/include/config.h
diff -u src/external/public-domain/xz/include/config.h:1.5 src/external/public-domain/xz/include/config.h:1.6
--- src/external/public-domain/xz/include/config.h:1.5 Sat Apr 18 16:59:05 2015
+++ src/external/public-domain/xz/include/config.h Sat Apr 18 17:00:09 2015
@@ -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