mostly fixups for ICU

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-12-16 10:09:43 +00:00
parent 9082447e48
commit ee053452a9
13 changed files with 16749 additions and 2825 deletions

View file

@ -1,5 +1,5 @@
#include "config.h"
#if HAVE_ICU
#include "common.h"
#if GS_USE_ICU == 1
#include "unicode/uregex.h"
#if (U_ICU_VERSION_MAJOR_NUM > 4 || (U_ICU_VERSION_MAJOR_NUM == 4 && U_ICU_VERSION_MINOR_NUM >= 4))