ICU-347 if U_SIZEOF_WCHAR_T == 0 then undef it before setting it in

case it is really defined to 0, not undefined.

X-SVN-Rev: 1090
This commit is contained in:
Yves Arrouye 2000-04-06 23:37:46 +00:00
parent 12e6889366
commit 318f3cb528

View File

@ -47,6 +47,7 @@
/* U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it) */
#if U_SIZEOF_WCHAR_T==0
# undef U_SIZEOF_WCHAR_T
# define U_SIZEOF_WCHAR_T 4
#endif