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:
rfm 2008-09-26 10:05:49 +00:00
parent c643e68daf
commit 312a0b64c8

View file

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