aboutsummaryrefslogtreecommitdiff
path: root/gcc/limity.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1994-12-22 17:50:42 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1994-12-22 17:50:42 +0000
commit66de8a65bfc83229da0ccb9354076ee593ca8860 (patch)
treee52cc4d8aac9fbebf26f684777323216e59e98c7 /gcc/limity.h
parent40dc28fcab765420947057434bfc99ef0412cb9a (diff)
downloadgcc-66de8a65bfc83229da0ccb9354076ee593ca8860.zip
gcc-66de8a65bfc83229da0ccb9354076ee593ca8860.tar.gz
gcc-66de8a65bfc83229da0ccb9354076ee593ca8860.tar.bz2
Handle recursive <limits.h>
From-SVN: r8690
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 5492553..8bb398f 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_ */