]> gcc.gnu.org Git - gcc.git/commitdiff
Include syslimits.h instead of system's limits.h.
authorRichard Stallman <rms@gnu.org>
Thu, 24 Sep 1992 06:57:35 +0000 (06:57 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 24 Sep 1992 06:57:35 +0000 (06:57 +0000)
From-SVN: r2224

gcc/limitx.h

index 1eac97fa4756d526019e45b790a43d5b40e00f56..d0dc601755b6b70343033305bbcdefb976dafff9 100644 (file)
@@ -5,5 +5,5 @@
 #define _LIMITS_H_
 
 #ifndef _LIBC_LIMITS_H_
-#include_next <limits.h>
+#include "syslimits.h"
 #endif
This page took 0.062084 seconds and 5 git commands to generate.