diff options
author | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-28 13:24:20 +0000 |
---|---|---|
committer | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-28 13:24:20 +0000 |
commit | 018d530c110a3a4765f748a32f45849b2d6cf289 (patch) | |
tree | f3d27881d1e71ad40ff14a1dad4d7c937c5e3389 /gcc/extend.texi | |
parent | bc53d9004640d45b1bcb6f3aebb9a2f8fdd34ec3 (diff) | |
download | ppe42-gcc-018d530c110a3a4765f748a32f45849b2d6cf289.tar.gz ppe42-gcc-018d530c110a3a4765f748a32f45849b2d6cf289.zip |
2000-07-28 Philipp Thomas <pthomas@suse.de>
* install.texi (--enable-nls): Change the description of the NLS
related configure options to match the current state.
(--with-included-gettext): Likewise.
(--enable-maintainer-mode): New description added.
* extend.texi (-fstrict-prototype): Add missing '.'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35317 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/extend.texi')
-rw-r--r-- | gcc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi index 88efe7c9e46..b590e21df65 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -3299,7 +3299,7 @@ should work just fine for standard-conforming code. Previously it was possible to use an empty prototype parameter list to indicate an unspecified number of parameters (like C), rather than no parameters, as C++ demands. This feature has been removed, except where -it is required for backwards compatibility @xref{Backwards Compatibility} +it is required for backwards compatibility @xref{Backwards Compatibility}. @end table |