- Timestamp:
 - Apr 8, 2007, 7:11:36 PM (19 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/libc-0.6/src/emx/include/InnoTekLIBC/locale.h
r3053 r3055 237 237 /** String collation information. */ 238 238 extern __LIBC_LOCALECOLLATE __libc_gLocaleCollate; 239 /** String collation information for the default 'C'/'POSIX' locale. */239 /** String collation information for the default 'C'/'POSIX' locale. */ 240 240 extern const __LIBC_LOCALECOLLATE __libc_gLocaleCollateDefault; 241 241 /** Character case conversion tables. */ … … 254 254 extern const __LIBC_LOCALETIME __libc_gLocaleTimeDefault; 255 255 /** Message locale information. */ 256 extern __LIBC_LOCALEMSG __libc_gLocaleMsg;256 extern __LIBC_LOCALEMSG __libc_gLocaleMsg; 257 257 /** Message locale information for the 'C'/'POSIX' locale. */ 258 extern const __LIBC_LOCALEMSG __libc_gLocaleMsgDefault;258 extern const __LIBC_LOCALEMSG __libc_gLocaleMsgDefault; 259 259 260 260 /** Macros to lock the different locale structures.  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  