Commit 496f9e41 authored by Martin v. Löwis's avatar Martin v. Löwis

Don't imply XPG4 constants from CODESET presence. Fixes #534153.

2.2.2 candiate.
parent 1d46e40f
......@@ -478,9 +478,12 @@ struct langinfo_constant{
LANGINFO(AM_STR),
LANGINFO(PM_STR),
/* The following constants are available only with XPG4. AIX 3.2. only has
CODESET. */
#ifdef CODESET
/* The following constants are available only with XPG4. */
LANGINFO(CODESET),
#endif
#ifdef T_FMT_AMPM
LANGINFO(T_FMT_AMPM),
LANGINFO(ERA),
LANGINFO(ERA_D_FMT),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment