Changeset - r13495:b1aece011fa1
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-11-08 22:24:33
rubidium@openttd.org
(svn r18024) -Fix (r17217): missing (
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/3rdparty/minilzo/minilzo.c
Show inline comments
 
@@ -1113,49 +1113,49 @@ extern "C" {
 
#elif defined(LZO_CC_CILLY) && defined(__GNUC__)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif defined(LZO_CC_GNUC) || defined(LZO_CC_LLVM) || defined(LZO_CC_PATHSCALE)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif ((defined(LZO_OS_WIN32) || defined(LZO_OS_WIN64) || defined(_WIN32)) && defined(LZO_CC_MSC) && (_MSC_VER >= 1400))
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif defined(LZO_OS_WIN64) || defined(_WIN64)
 
#  define LZO_SIZEOF___INT64        8
 
#elif defined(LZO_ARCH_I386) && defined(LZO_CC_DMC)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif defined(LZO_ARCH_I386) && defined(LZO_CC_SYMANTECC) && (__SC__ >= 0x700)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif defined(LZO_ARCH_I386) && defined(LZO_CC_INTELC) && defined(__linux__)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif defined(LZO_ARCH_I386) && (defined(LZO_CC_MWERKS) || defined(LZO_CC_PELLESC) || defined(LZO_CC_PGI) || defined(LZO_CC_SUNPROC))
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif defined(LZO_ARCH_I386) && (defined(LZO_CC_INTELC) || defined(LZO_CC_MSC))
 
#  define LZO_SIZEOF___INT64        8
 
#elif (defined(LZO_OS_WIN32) || defined(_WIN32)) && defined(LZO_CC_MSC)
 
#  define LZO_SIZEOF___INT64        8
 
#elif defined(LZO_ARCH_I386) && defined(LZO_CC_BORLANDC) && (__BORLANDC__ >= 0x0520)
 
#  define LZO_SIZEOF___INT64        8
 
#elif defined(LZO_ARCH_I386) && defined(LZO_CC_WATCOMC) && (__WATCOMC__ >= 1100)
 
#  define LZO_SIZEOF___INT64        8
 
#elif definedLZO_CC_WATCOMC) && defined(_INTEGRAL_MAX_BITS) && (_INTEGRAL_MAX_BITS == 64)
 
#elif defined(LZO_CC_WATCOMC) && defined(_INTEGRAL_MAX_BITS) && (_INTEGRAL_MAX_BITS == 64)
 
#  define LZO_SIZEOF___INT64        8
 
#elif (defined(LZO_OS_OS400) || defined(__OS400__)) && defined(__LLP64_IFC__)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif (defined(__vms) || defined(__VMS)) && (__INITIAL_POINTER_SIZE+0 == 64)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#elif defined(LZO_CC_SDCC) && (LZO_SIZEOF_INT == 2)
 
#elif 1 && defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
 
#  define LZO_SIZEOF_LONG_LONG      8
 
#endif
 
#endif
 
#endif
 
#if defined(__cplusplus) && defined(LZO_CC_GNUC)
 
#  if (LZO_CC_GNUC < 0x020800ul)
 
#    undef LZO_SIZEOF_LONG_LONG
 
#  endif
 
#endif
 
#if defined(LZO_CFG_NO_LONG_LONG) || defined(__NO_LONG_LONG)
 
#  undef LZO_SIZEOF_LONG_LONG
 
#endif
 
#if !defined(LZO_SIZEOF_VOID_P)
 
#if defined(LZO_ARCH_I086)
 
#  define __LZO_WORDSIZE            2
 
#  if (LZO_MM_TINY || LZO_MM_SMALL || LZO_MM_MEDIUM)
 
#    define LZO_SIZEOF_VOID_P       2
0 comments (0 inline, 0 general)