diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-22 17:50:42 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-22 17:50:42 +0000 |
commit | f49e52a6a08efdd3c12d377f30f0a587caab3e74 (patch) | |
tree | e52cc4d8aac9fbebf26f684777323216e59e98c7 /gcc/limitx.h | |
parent | 0848b3697c3a9d25176f8f9506e7ad9f4c376fd3 (diff) | |
download | gcc-f49e52a6a08efdd3c12d377f30f0a587caab3e74.tar.gz |
Handle recursive <limits.h>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8690 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/limitx.h')
-rw-r--r-- | gcc/limitx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h index 4e383bcb1f0..529d9c5f9cf 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -7,6 +7,6 @@ #define _GCC_LIMITS_H_ #ifndef _LIBC_LIMITS_H_ -/* Use <...> so that we find syslimits.h only in system include dirs. */ -#include <syslimits.h> +/* Use "..." so that we find syslimits.h only in this same directory. */ +#include "syslimits.h" #endif |