aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpp.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@gnu.org>1997-03-26 20:35:20 +0000
committerPaul Eggert <eggert@gnu.org>1997-03-26 20:35:20 +0000
commit6e2724034c3b9f412e5556c8cf9c18099a9291a8 (patch)
tree435f78ffa6c5f06dad0eb37e799b3f98ccff9a47 /gcc/cpp.texi
parent2a9fb5489fc58447f5a69fa7a607d08dd263ac4a (diff)
downloadgcc-6e2724034c3b9f412e5556c8cf9c18099a9291a8.zip
gcc-6e2724034c3b9f412e5556c8cf9c18099a9291a8.tar.gz
gcc-6e2724034c3b9f412e5556c8cf9c18099a9291a8.tar.bz2
Formerly cpp.texi.~29~
From-SVN: r13806
Diffstat (limited to 'gcc/cpp.texi')
-rw-r--r--gcc/cpp.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpp.texi b/gcc/cpp.texi
index 6d2e77e..c3164b9 100644
--- a/gcc/cpp.texi
+++ b/gcc/cpp.texi
@@ -963,9 +963,9 @@ execute with the same effect regardless.
@findex __CHAR_UNSIGNED__
This macro is defined if and only if the data type @code{char} is
unsigned on the target machine. It exists to cause the standard
-header file @file{limit.h} to work correctly. It is bad practice
+header file @file{limits.h} to work correctly. It is bad practice
to refer to this macro yourself; instead, refer to the standard
-macros defined in @file{limit.h}. The preprocessor uses
+macros defined in @file{limits.h}. The preprocessor uses
this macro to determine whether or not to sign-extend large character
constants written in octal; see @ref{#if Directive,,The @samp{#if} Directive}.