mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
UNICDE typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9265808796
commit
8bbc9ba946
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct _ucc_ {unichar from; char to;};
|
||||||
// The rest of the GNUstep code stores UNICODE in internal byte order,
|
// The rest of the GNUstep code stores UNICODE in internal byte order,
|
||||||
// so we do the same. This should be UCS-2-INTERNAL for libiconv
|
// so we do the same. This should be UCS-2-INTERNAL for libiconv
|
||||||
#ifdef WORDS_BIGENDIAN
|
#ifdef WORDS_BIGENDIAN
|
||||||
#define UNICODE_INT "UNICODEBIGL"
|
#define UNICODE_INT "UNICODEBIG"
|
||||||
#else
|
#else
|
||||||
#define UNICODE_INT "UNICODELITTLE"
|
#define UNICODE_INT "UNICODELITTLE"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue