Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-01-27 14:55:51 +0300
committerCorinna Vinschen <corinna@vinschen.de>2011-01-27 14:55:51 +0300
commitb5ca0d72711a691b733e64a7ea8cb93ef1d8d98e (patch)
treedae0a0805658d75a77fd78cca141ae046a0d7076 /winsup/cygwin/include/features.h
parent7cc6d7cfc68c3b6ca6e6d4e4d8d458ea1d3399aa (diff)
* include/features.h (__STDC_ISO_10646__): Move to newlib's
sys/features.h.
Diffstat (limited to 'winsup/cygwin/include/features.h')
-rw-r--r--winsup/cygwin/include/features.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/include/features.h b/winsup/cygwin/include/features.h
index d2ff1c41b..af26f278e 100644
--- a/winsup/cygwin/include/features.h
+++ b/winsup/cygwin/include/features.h
@@ -32,9 +32,4 @@ details. */
includes _BSD_SOURCE, _XOPEN_SOURCE and _POSIX_SOURCE.
*/
-/* The value corresponds to UNICODE version 4.0, which is the version
- supported by XP. Newlib supports 5.2 (2011) but so far we need the
- MS conversions for double-byte charsets. */
-#define __STDC_ISO_10646__ 200305L
-
#endif /* _FEATURES_H */