From: Adam Dickmeiss Date: Fri, 6 Aug 2004 09:36:07 +0000 (+0000) Subject: Another fix for setting of CODEC_INLINE X-Git-Tag: ZEBRA.1.3.16~7 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=ea5a7cd6748869c55d2966ea8f41a5498cff47dc;p=idzebra-moved-to-github.git Another fix for setting of CODEC_INLINE --- 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)