Changeset 3055 for branches


Ignore:
Timestamp:
Apr 8, 2007, 7:11:36 PM (18 years ago)
Author:
bird
Message:

Added a fixed default (C/POSIX) collate locale to avoid unilib strangeness. Made an attempt at adjusting for this strangeness for the non-default locales...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/InnoTekLIBC/locale.h

    r3053 r3055  
    237237/** String collation information. */
    238238extern __LIBC_LOCALECOLLATE         __libc_gLocaleCollate;
    239 /** String collation information forthe default 'C'/'POSIX' locale. */
     239/** String collation information for the default 'C'/'POSIX' locale. */
    240240extern const __LIBC_LOCALECOLLATE   __libc_gLocaleCollateDefault;
    241241/** Character case conversion tables. */
     
    254254extern const __LIBC_LOCALETIME      __libc_gLocaleTimeDefault;
    255255/** Message locale information. */
    256 extern __LIBC_LOCALEMSG            __libc_gLocaleMsg;
     256extern __LIBC_LOCALEMSG             __libc_gLocaleMsg;
    257257/** Message locale information for the 'C'/'POSIX' locale. */
    258 extern const __LIBC_LOCALEMSG      __libc_gLocaleMsgDefault;
     258extern const __LIBC_LOCALEMSG       __libc_gLocaleMsgDefault;
    259259
    260260/** Macros to lock the different locale structures.
Note: See TracChangeset for help on using the changeset viewer.