From 125183201f9b764e12f87aee88889f6db1e119ab Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Nov 2002 09:36:53 +0000 Subject: Update. * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION. Reported by Miloslav Trmac [PR libc/4766]. --- include/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/features.h') diff --git a/include/features.h b/include/features.h index 366fcc5c6d..5e39b7fcc9 100644 --- a/include/features.h +++ b/include/features.h @@ -281,7 +281,7 @@ #if defined __GNUC__ \ || (defined __PGI && defined __i386__ ) \ || (defined __INTEL_COMPILER && (defined __i386__ || defined __ia64__)) \ - || (defined __STDC_VERSION && __STDC_VERSION >= 199901L) + || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L) # define __GLIBC_HAVE_LONG_LONG 1 #endif -- cgit 1.4.1