diff options
author | Richard Stallman <rms@gnu.org> | 1992-11-30 23:08:48 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-11-30 23:08:48 +0000 |
commit | 30c08fcc6b8b6823b156b1b4b23420b8b2715152 (patch) | |
tree | c9797b763adb1c71b6c01261050a2b800a66225d /gcc/limity.h | |
parent | 5153d9d693cf55f66212390278efe0dc73b772c2 (diff) | |
download | gcc-30c08fcc6b8b6823b156b1b4b23420b8b2715152.tar.gz |
Test and define _GCC_LIMITS_H_, not _LIMITS_H_.
From-SVN: r2822
Diffstat (limited to 'gcc/limity.h')
-rw-r--r-- | gcc/limity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/limity.h b/gcc/limity.h index 59657134b3b..5492553c9c5 100644 --- a/gcc/limity.h +++ b/gcc/limity.h @@ -1,4 +1,4 @@ /* This administrivia gets added to the end of limits.h if the system has its own version of limits.h. */ -#endif /* not _LIMITS_H_ */ +#endif /* not _GCC_LIMITS_H_ */ |