]> gcc.gnu.org Git - gcc.git/commitdiff
Initial revision
authorRichard Stallman <rms@gnu.org>
Tue, 7 Jan 1992 03:53:27 +0000 (03:53 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 7 Jan 1992 03:53:27 +0000 (03:53 +0000)
From-SVN: r168

gcc/limitx.h [new file with mode: 0644]

diff --git a/gcc/limitx.h b/gcc/limitx.h
new file mode 100644 (file)
index 0000000..d261e94
--- /dev/null
@@ -0,0 +1,5 @@
+/* This administrivia gets added to the beginning of limits.h
+   if the system has its own version of limits.h.  */
+
+#include_next <limits.h>
+
This page took 0.064878 seconds and 5 git commands to generate.