projects
/
pazpar2-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:
8b01963
)
Do not depend on HAVE_ICU - because 1) we never want public headers to
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Sep 2007 16:05:48 +0000
(16:05 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Sep 2007 16:05:48 +0000
(16:05 +0000)
become dependent on HAVE_-something. and 2) C code including icu_I18N.h
checks becore inclusion.
src/icu_I18N.h
patch
|
blob
|
history
diff --git
a/src/icu_I18N.h
b/src/icu_I18N.h
index
22d77af
..
27f7a3a
100644
(file)
--- a/
src/icu_I18N.h
+++ b/
src/icu_I18N.h
@@
-1,4
+1,4
@@
-/* $Id: icu_I18N.h,v 1.17 2007-05-25 13:27:21 marc Exp $
+/* $Id: icu_I18N.h,v 1.18 2007-09-10 16:05:48 adam Exp $
Copyright (c) 2006-2007, Index Data.
This file is part of Pazpar2.
@@
-22,8
+22,6
@@
#ifndef ICU_I18NL_H
#define ICU_I18NL_H
-#ifdef HAVE_ICU
-
#include <yaz/nmem.h>
#include <libxml/parser.h>
@@
-283,5
+281,4
@@
const char * icu_chain_get_sort(struct icu_chain * chain);
-#endif // HAVE_ICU
#endif // ICU_I18NL_H