Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/public-domain/xz/include Drop condition around SIZE...



details:   https://anonhg.NetBSD.org/src/rev/1e75105c48c7
branches:  trunk
changeset: 337539:1e75105c48c7
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Apr 18 17:00:09 2015 +0000

description:
Drop condition around SIZEOF_SIZE_T to reduce diff against clean
version. The macro is only used on platforms without SIZE_MAX.

diffstat:

 external/public-domain/xz/include/config.h |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r 20f13255f80d -r 1e75105c48c7 external/public-domain/xz/include/config.h
--- a/external/public-domain/xz/include/config.h        Sat Apr 18 16:59:05 2015 +0000
+++ b/external/public-domain/xz/include/config.h        Sat Apr 18 17:00:09 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index