Loading...
include/langinfo.h Libc-825.26 Libc-583
--- Libc/Libc-825.26/include/langinfo.h
+++ Libc/Libc-583/include/langinfo.h
@@ -102,7 +102,7 @@
 #define	YESEXPR		52	/* affirmative response expression */
 #define	NOEXPR		53	/* negative response expression */
 
-#if (__DARWIN_C_LEVEL > __DARWIN_C_ANSI && __DARWIN_C_LEVEL < 200112L) || __DARWIN_C_LEVEL == __DARWIN_C_FULL
+#if !defined(_ANSI_SOURCE)
 #define	YESSTR		54	/* affirmative response for yes/no queries */
 #define	NOSTR		55	/* negative response for yes/no queries */
 #endif