summaryrefslogtreecommitdiffstats
path: root/Modules/_localemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_localemodule.c')
-rw-r--r--Modules/_localemodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 7b3597e..869e3f8 100644
--- a/Modules/_localemodule.c
+++ b/Modules/_localemodule.c
@@ -556,7 +556,6 @@ static struct langinfo_constant{
LANGINFO(PM_STR),
/* The following constants are available only with XPG4, but...
- AIX 3.2. only has CODESET.
OpenBSD doesn't have CODESET but has T_FMT_AMPM, and doesn't have
a few of the others.
Solution: ifdef-test them all. */