Fixup for systems without iconv

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26880 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-09-26 10:05:49 +00:00
parent 885e26ee31
commit f16fff6425

View file

@ -132,6 +132,8 @@ internal_unicode_enc(void)
return unicode_enc;
}
#else
#define UNICODE_UTF32 ""
#endif
static GSLazyLock *local_lock = nil;