summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/limity.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1995-12-20 01:06:22 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1995-12-20 01:06:22 +0000
commitc482518380683ee38d14024c1e362a0d681cf967 (patch)
treee69b4f6d3fee3aced20a41f3fdf543fc1c77fb5d /gnu/usr.bin/gcc/limity.h
parent76a62188d0db49c65b696d474c855a799fd96dce (diff)
FSF GCC version 2.7.2
Diffstat (limited to 'gnu/usr.bin/gcc/limity.h')
-rw-r--r--gnu/usr.bin/gcc/limity.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/limity.h b/gnu/usr.bin/gcc/limity.h
new file mode 100644
index 00000000000..8bb398f6786
--- /dev/null
+++ b/gnu/usr.bin/gcc/limity.h
@@ -0,0 +1,10 @@
+/* This administrivia gets added to the end of limits.h
+ if the system has its own version of limits.h. */
+
+#else /* not _GCC_LIMITS_H_ */
+
+#ifdef _GCC_NEXT_LIMITS_H
+#include_next <limits.h> /* recurse down to the real one */
+#endif
+
+#endif /* not _GCC_LIMITS_H_ */