diff options
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/features.h b/include/features.h index 6f7da360e3..dc30b13fe3 100644 --- a/include/features.h +++ b/include/features.h @@ -243,8 +243,8 @@ #define __STDC_IEC_559__ 1 #define __STDC_IEC_559_COMPLEX__ 1 -/* wchar_t uses Unicode 3.0. */ -#define __STDC_ISO_10646__ 200001L +/* wchar_t uses ISO 10646-1:2000 / Unicode 3.0 */ +#define __STDC_ISO_10646__ 200010L /* This macro indicates that the installed library is the GNU C Library. For historic reasons the value now is 6 and this will stay from now |