ICU parse_error no longer an array.
[yaz-moved-to-github.git] / include / yaz / icu_I18N.h
index 5be3957..f69daf9 100644 (file)
@@ -166,7 +166,7 @@ struct icu_normalizer
 {
     char action;
     struct icu_buf_utf16 * rules16;
-    UParseError parse_error[256];
+    UParseError parse_error;
     UTransliterator * trans;
 };