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
(from parent 1:
b5b08cf
)
Only use yaz_icu_iter_t if ICU is enabled for YAZ
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Mar 2010 19:00:31 +0000
(20:00 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Mar 2010 19:00:31 +0000
(20:00 +0100)
src/charsets.c
patch
|
blob
|
history
diff --git
a/src/charsets.c
b/src/charsets.c
index
380b213
..
f867b6f
100644
(file)
--- a/
src/charsets.c
+++ b/
src/charsets.c
@@
-66,7
+66,9
@@
struct pp2_relevance_token_s {
pp2_charset_t pct; /* our main charset handle (type+config) */
WRBUF norm_str; /* normized string we return (temporarily) */
WRBUF sort_str; /* sort string we return (temporarily) */
+#if YAZ_HAVE_ICU
yaz_icu_iter_t iter;
+#endif
};