summaryrefslogtreecommitdiffstats
path: root/programs/platform.h
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-12-20 21:21:03 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-12-20 21:21:03 (GMT)
commit090cb887a3fb2b3974b1d0fd228ae08ddc6a2329 (patch)
treec448e3c7b15415fb7681fed4084ae19824020310 /programs/platform.h
parente1332241a586cf95476fc19b2f6ba14b7b685863 (diff)
downloadlz4-090cb887a3fb2b3974b1d0fd228ae08ddc6a2329.zip
lz4-090cb887a3fb2b3974b1d0fd228ae08ddc6a2329.tar.gz
lz4-090cb887a3fb2b3974b1d0fd228ae08ddc6a2329.tar.bz2
improved formatting (2)
Diffstat (limited to 'programs/platform.h')
-rw-r--r--programs/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/platform.h b/programs/platform.h
index 7e004ca..ae9587e 100644
--- a/programs/platform.h
+++ b/programs/platform.h
@@ -84,7 +84,7 @@ extern "C" {
|| defined __x86_64__s || defined _M_X64 /* x86 64-bit */ \
|| defined __arm64__ || defined __aarch64__ || defined __ARM64_ARCH_8__ /* ARM 64-bit */ \
|| (defined __mips && (__mips == 64 || __mips == 4 || __mips == 3)) /* MIPS 64-bit */ \
- || defined _LP64 || defined __LP64__ /* NetBSD, OpenBSD */ || defined __64BIT__ /* AIX */ || _ADDR64 /* Cray */ \
+ || defined _LP64 || defined __LP64__ /* NetBSD, OpenBSD */ || defined __64BIT__ /* AIX */ || defined _ADDR64 /* Cray */ \
|| (defined __SIZEOF_POINTER__ && __SIZEOF_POINTER__ == 8) /* gcc */
# if !defined(__64BIT__)
# define __64BIT__ 1