summaryrefslogtreecommitdiff
path: root/limits.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-12-29 22:31:55 +0000
committerRoland McGrath <roland@gnu.org>1992-12-29 22:31:55 +0000
commit0ab9b800f7fd278760191ae98856cb4044b2c97c (patch)
tree322f0a6e5070e378fc2930880c0b120d5988d72c /limits.h
parent9c4afef2e7b8fd902e7135dbf27cebc1a06a21a8 (diff)
entered into RCS
Diffstat (limited to 'limits.h')
-rw-r--r--limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/limits.h b/limits.h
index c4674363ae..88e8f53d1b 100644
--- a/limits.h
+++ b/limits.h
@@ -39,7 +39,7 @@ Cambridge, MA 02139, USA. */
/* Get the compiler's limits.h, which defines all the ANSI constants. */
#define _LIBC_LIMITS_H_ /* This tells it not to look for another. */
- #ifndef _LIMITS_H_ /* This is what GCC's file defines. */
+ #ifndef _GCC_LIMITS_H_ /* This is what GCC's file defines. */
#include_next <limits.h>
#endif