Message9931
Under AIX 3.2, /usr/include/langinfo.h contains
#define CODESET 49
but doesn't mention any of
T_FMT_AMPM ERA ERA_D_FMT ERA_D_T_FMT ERA_T_FMT
ALT_DIGITS YESEXPR NOEXPR
causing compilation of Modules/_localemodule.c to fail
as these are all assumed if CODESET is defined (line
487).
Not au fait with the specifics of locale I can only
suggest a different preprocessor test is used. At
worse case, a #ifdef conditional for each of the
symbols above, only using them if they're defined.
|
|
Date |
User |
Action |
Args |
2007-08-23 14:00:03 | admin | link | issue534153 messages |
2007-08-23 14:00:03 | admin | create | |
|