diff options
author | Richard Stallman <rms@gnu.org> | 1992-09-17 21:28:44 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-09-17 21:28:44 +0000 |
commit | 47068b86ebdfd9bd593a854262b1408dec8ae949 (patch) | |
tree | a4a768eeeda3ed9715843b6688fdedb3e6597d83 /gcc/limitx.h | |
parent | f46ffce4f8f5de9e6b39877b398fd5f3d82b43ce (diff) | |
download | gcc-47068b86ebdfd9bd593a854262b1408dec8ae949.tar.gz |
Don't include-next if _LIBC_LIMITS_H_ defined.
From-SVN: r2148
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 |