summary refs log tree commit diff
path: root/locale/langinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'locale/langinfo.h')
-rw-r--r--locale/langinfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/locale/langinfo.h b/locale/langinfo.h
index 1a8b743a94..1248a46be8 100644
--- a/locale/langinfo.h
+++ b/locale/langinfo.h
@@ -268,9 +268,8 @@ enum
   _NL_CTYPE_WIDTH,
   _NL_CTYPE_MB_CUR_MAX,
   _NL_CTYPE_CODESET_NAME,
-#ifdef __USE_XOPEN
   CODESET = _NL_CTYPE_CODESET_NAME,
-#endif
+#define CODESET			CODESET
   _NL_CTYPE_TOUPPER32,
   _NL_CTYPE_TOLOWER32,
   _NL_CTYPE_INDIGITS_MB_LEN,