From 0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 10 Jan 2013 02:27:25 +0000 Subject: Remove __USE_ANSI. --- include/features.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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) -- cgit v1.2.3