projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007ed77
)
Another fix for setting of CODEC_INLINE
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Aug 2004 09:36:07 +0000
(09:36 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Aug 2004 09:36:07 +0000
(09:36 +0000)
index/kcompare.c
patch
|
blob
|
history
diff --git
a/index/kcompare.c
b/index/kcompare.c
index
dd78c24
..
d279b37
100644
(file)
--- 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)