X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcharsets.c;h=f867b6f4a31aa98cf6b34a1b79e1b0393ee0f48e;hb=419a9b497318d051f7b1dd6b1d123a7ee31a7ee0;hp=380b213cccfe87af152f01e03e54e9bf4dec8016;hpb=2cfd7518dc740c913602ea8306ec8f27509b00d4;p=pazpar2-moved-to-github.git diff --git a/src/charsets.c b/src/charsets.c index 380b213..f867b6f 100644 --- 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 };