From 4e124cedfb293c35b37f17c41b5444a2f42e4541 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 16 May 2012 18:49:01 +0000 Subject: Update __STDC_ISO_10646__. --- ChangeLog | 4 ++++ include/stdc-predef.h | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28ca2d1..7d5b6c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-16 Joseph Myers + + * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L. + 2012-05-16 H.J. Lu * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use diff --git a/include/stdc-predef.h b/include/stdc-predef.h index 146bc5c..788669f 100644 --- a/include/stdc-predef.h +++ b/include/stdc-predef.h @@ -30,8 +30,9 @@ #define __STDC_IEC_559__ 1 #define __STDC_IEC_559_COMPLEX__ 1 -/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.1. */ -#define __STDC_ISO_10646__ 200009L +/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) / + Unicode 6.0. */ +#define __STDC_ISO_10646__ 201103L /* We do not support C11 . */ #define __STDC_NO_THREADS__ 1 -- cgit v1.1