From ea5a7cd6748869c55d2966ea8f41a5498cff47dc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Aug 2004 09:36:07 +0000 Subject: [PATCH] Another fix for setting of CODEC_INLINE --- index/kcompare.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/kcompare.c b/index/kcompare.c index dd78c24..d279b37 100644 --- a/index/kcompare.c +++ b/index/kcompare.c @@ -1,4 +1,4 @@ -/* $Id: kcompare.c,v 1.46.2.1 2004-08-06 09:30:57 adam Exp $ +/* $Id: kcompare.c,v 1.46.2.2 2004-08-06 09:36:07 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -31,7 +31,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifdef __GNUC__ #define CODEC_INLINE inline #else -#define CODEC_INLINE inline +#define CODEC_INLINE #endif void key_logdump_txt (int logmask, const void *p, const char *txt) -- 1.7.10.4