summaryrefslogtreecommitdiff
path: root/gcc/limity.h
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1994-12-22 17:50:42 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1994-12-22 17:50:42 +0000
commitf49e52a6a08efdd3c12d377f30f0a587caab3e74 (patch)
treee52cc4d8aac9fbebf26f684777323216e59e98c7 /gcc/limity.h
parent0848b3697c3a9d25176f8f9506e7ad9f4c376fd3 (diff)
downloadgcc-f49e52a6a08efdd3c12d377f30f0a587caab3e74.tar.gz
Handle recursive <limits.h>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8690 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/limity.h')
-rw-r--r--gcc/limity.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/limity.h b/gcc/limity.h
index 5492553c9c5..8bb398f6786 100644
--- a/gcc/limity.h
+++ b/gcc/limity.h
@@ -1,4 +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_ */