Ignore:
Timestamp:
Dec 6, 2004, 3:19:54 AM (21 years ago)
Author:
bird
Message:

wide-char and other locale stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/stdlib.h

    • Property cvs2svn:cvs-rev changed from 1.29 to 1.30
    r1704 r1705  
    8484#define RAND_MAX        0x7fffffff
    8585
    86 extern int _mb_cur_max;                 /* bird: one underscore, not two for us. */
    87 #define MB_CUR_MAX      _mb_cur_max     /* bird: one underscore, not two for us. */
     86extern int __mb_cur_max;
     87#define MB_CUR_MAX      __mb_cur_max
    8888
    8989__BEGIN_DECLS
Note: See TracChangeset for help on using the changeset viewer.