diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-10 02:27:25 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-10 02:27:25 +0000 |
commit | 0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d (patch) | |
tree | c67a89b7aaf8f08d32b4c818f49a0c71e4f6bb69 /include/features.h | |
parent | ad98e30c90f518cbcd896b1fe9e45f2318102db3 (diff) | |
download | glibc-0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d.tar.gz glibc-0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d.tar.xz glibc-0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d.zip |
Remove __USE_ANSI.
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/features.h b/include/features.h index 688322c645..d6c32cbfda 100644 --- a/include/features.h +++ b/include/features.h @@ -129,9 +129,6 @@ # define __KERNEL_STRICT_NAMES #endif -/* Always use ISO C things. */ -#define __USE_ANSI 1 - /* Convenience macros to test the versions of glibc and gcc. Use them like this: #if __GNUC_PREREQ (2,8) |