improved formatting (2)

This commit is contained in:
Przemyslaw Skibinski 2016-12-20 22:21:03 +01:00
parent e1332241a5
commit 090cb887a3
2 changed files with 3 additions and 1 deletions

View File

@ -53,9 +53,11 @@
#include "lz4hc.h" /* still required for legacy format */ #include "lz4hc.h" /* still required for legacy format */
#include "lz4frame.h" #include "lz4frame.h"
#if 0
#if !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file for 64 bit */ #if !defined(__64BIT__) && (PLATFORM_POSIX_VERSION >= 200112L) /* No point defining Large file for 64 bit */
# define fseek fseeko # define fseek fseeko
#endif #endif
#endif
/***************************** /*****************************
* Constants * Constants

View File

@ -84,7 +84,7 @@ extern "C" {
|| defined __x86_64__s || defined _M_X64 /* x86 64-bit */ \ || defined __x86_64__s || defined _M_X64 /* x86 64-bit */ \
|| defined __arm64__ || defined __aarch64__ || defined __ARM64_ARCH_8__ /* ARM 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 __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 */ || (defined __SIZEOF_POINTER__ && __SIZEOF_POINTER__ == 8) /* gcc */
# if !defined(__64BIT__) # if !defined(__64BIT__)
# define __64BIT__ 1 # define __64BIT__ 1