]> gcc.gnu.org Git - gcc.git/commitdiff
Don't include-next if _LIBC_LIMITS_H_ defined.
authorRichard Stallman <rms@gnu.org>
Thu, 17 Sep 1992 21:28:44 +0000 (21:28 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 17 Sep 1992 21:28:44 +0000 (21:28 +0000)
From-SVN: r2148

gcc/limitx.h

index 1231bfa798c111cefa56b9ab93ad27365b7ebe9e..1eac97fa4756d526019e45b790a43d5b40e00f56 100644 (file)
@@ -4,5 +4,6 @@
 #ifndef _LIMITS_H_  /* Terminated in limity.h.  */
 #define _LIMITS_H_
 
+#ifndef _LIBC_LIMITS_H_
 #include_next <limits.h>
-
+#endif
This page took 0.060747 seconds and 5 git commands to generate.