summaryrefslogtreecommitdiff
path: root/gcc/limitx.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-17 21:28:44 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-17 21:28:44 +0000
commitd12ef48a76be95fbca4193e72c6f8f9a466c9526 (patch)
treea4a768eeeda3ed9715843b6688fdedb3e6597d83 /gcc/limitx.h
parentd27efafbf18c541ac8da26aa8d1cb77769fa1df8 (diff)
downloadgcc-d12ef48a76be95fbca4193e72c6f8f9a466c9526.tar.gz
Don't include-next if _LIBC_LIMITS_H_ defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2148 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/limitx.h')
-rw-r--r--gcc/limitx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h
index 1231bfa798c..1eac97fa475 100644
--- a/gcc/limitx.h
+++ b/gcc/limitx.h
@@ -4,5 +4,6 @@
#ifndef _LIMITS_H_ /* Terminated in limity.h. */
#define _LIMITS_H_
+#ifndef _LIBC_LIMITS_H_
#include_next <limits.h>
-
+#endif