From 29ee106efade1cff935d5c8e8dcce6999ce1c83e Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Nov 2009 22:24:33 +0000 Subject: (svn r18024) -Fix (r17217): missing ( --- src/3rdparty/minilzo/minilzo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty') diff --git a/src/3rdparty/minilzo/minilzo.c b/src/3rdparty/minilzo/minilzo.c index db4b0155e..5924d6b2b 100644 --- a/src/3rdparty/minilzo/minilzo.c +++ b/src/3rdparty/minilzo/minilzo.c @@ -1134,7 +1134,7 @@ extern "C" { # 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 -- cgit v1.2.3-54-g00ecf