diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-17 21:28:44 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-09-17 21:28:44 +0000 |
commit | d12ef48a76be95fbca4193e72c6f8f9a466c9526 (patch) | |
tree | a4a768eeeda3ed9715843b6688fdedb3e6597d83 /gcc/limitx.h | |
parent | d27efafbf18c541ac8da26aa8d1cb77769fa1df8 (diff) | |
download | gcc-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.h | 3 |
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 |