]> gcc.gnu.org Git - gcc.git/commitdiff
entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Wed, 27 May 1992 04:36:59 +0000 (04:36 +0000)
committerCharles Hannum <mycroft@gnu.org>
Wed, 27 May 1992 04:36:59 +0000 (04:36 +0000)
From-SVN: r1094

gcc/glimits.h

index 0ac5b72847ba92976efd768d45edd1523759ef39..9b4df3d73d854a9b0e0613126f8c0cf8ebf4a734 100644 (file)
@@ -67,7 +67,7 @@
 #undef ULONG_MAX
 #define ULONG_MAX 4294967295UL
 
-#if !defined (__STRICT_ANSI__) || defined (_GNU_SOURCE)
+#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
 /* Minimum and maximum values a `signed long long int' can hold.  */
 #undef LONG_LONG_MIN
 #define LONG_LONG_MIN (-LONG_LONG_MAX-1)
This page took 0.066914 seconds and 5 git commands to generate.