aboutsummaryrefslogtreecommitdiff
path: root/gcc/limitx.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-17 21:28:44 +0000
committerRichard Stallman <rms@gnu.org>1992-09-17 21:28:44 +0000
commit47068b86ebdfd9bd593a854262b1408dec8ae949 (patch)
treea4a768eeeda3ed9715843b6688fdedb3e6597d83 /gcc/limitx.h
parentf46ffce4f8f5de9e6b39877b398fd5f3d82b43ce (diff)
downloadgcc-47068b86ebdfd9bd593a854262b1408dec8ae949.zip
gcc-47068b86ebdfd9bd593a854262b1408dec8ae949.tar.gz
gcc-47068b86ebdfd9bd593a854262b1408dec8ae949.tar.bz2
Don't include-next if _LIBC_LIMITS_H_ defined.
From-SVN: r2148
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 1231bfa..1eac97f 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