diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1994-12-22 17:50:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1994-12-22 17:50:42 +0000 |
commit | 66de8a65bfc83229da0ccb9354076ee593ca8860 (patch) | |
tree | e52cc4d8aac9fbebf26f684777323216e59e98c7 /gcc/gsyslimits.h | |
parent | 40dc28fcab765420947057434bfc99ef0412cb9a (diff) | |
download | gcc-66de8a65bfc83229da0ccb9354076ee593ca8860.zip gcc-66de8a65bfc83229da0ccb9354076ee593ca8860.tar.gz gcc-66de8a65bfc83229da0ccb9354076ee593ca8860.tar.bz2 |
Handle recursive <limits.h>
From-SVN: r8690
Diffstat (limited to 'gcc/gsyslimits.h')
-rw-r--r-- | gcc/gsyslimits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gsyslimits.h b/gcc/gsyslimits.h index 0a91639..a362802 100644 --- a/gcc/gsyslimits.h +++ b/gcc/gsyslimits.h @@ -3,4 +3,6 @@ If fixincludes fixes it, then the fixed version is installed instead of this text. */ +#define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */ #include_next <limits.h> +#undef _GCC_NEXT_LIMITS_H |