aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-11-03 13:23:58 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-03 13:23:58 +0000
commit13ba36b478bfdfe2881bdc4a83c2caf2fd26fbd2 (patch)
treef97dc1fda97d14fca02778ad48559ef6ee6f14df /gcc/doc/install.texi
parent6545a2b52497612fb664d5994f319e4e3f4cb495 (diff)
downloadgcc-13ba36b478bfdfe2881bdc4a83c2caf2fd26fbd2.zip
gcc-13ba36b478bfdfe2881bdc4a83c2caf2fd26fbd2.tar.gz
gcc-13ba36b478bfdfe2881bdc4a83c2caf2fd26fbd2.tar.bz2
extend.texi, [...]: Use "invalid" instead of "illegal".
* doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi: Use "invalid" instead of "illegal". Use @r in comments in examples. From-SVN: r46730
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index cffd914..2ec79c7 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3278,7 +3278,7 @@ newer: @command{g++} will complain that types are missing. These headers assume
that omitting the type means @code{int}; this assumption worked for C89 but
is wrong for C++, and is now wrong for C99 also.
-@command{g++} accepts such (illegal) constructs with the option
+@command{g++} accepts such (invalid) constructs with the option
@option{-fpermissive}; it
will assume that any missing type is @code{int} (as defined by C89).