(svn r18024) -Fix (r17217): missing (

This commit is contained in:
rubidium
2009-11-08 22:24:33 +00:00
parent ff1ed0b26b
commit a6eb65c06b

View File

@@ -1134,7 +1134,7 @@ extern "C" {
# define LZO_SIZEOF___INT64 8 # define LZO_SIZEOF___INT64 8
#elif defined(LZO_ARCH_I386) && defined(LZO_CC_WATCOMC) && (__WATCOMC__ >= 1100) #elif defined(LZO_ARCH_I386) && defined(LZO_CC_WATCOMC) && (__WATCOMC__ >= 1100)
# define LZO_SIZEOF___INT64 8 # 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 # define LZO_SIZEOF___INT64 8
#elif (defined(LZO_OS_OS400) || defined(__OS400__)) && defined(__LLP64_IFC__) #elif (defined(LZO_OS_OS400) || defined(__OS400__)) && defined(__LLP64_IFC__)
# define LZO_SIZEOF_LONG_LONG 8 # define LZO_SIZEOF_LONG_LONG 8