diff options
author | Jim Kingdon <kingdon@redhat.com> | 1999-10-02 11:16:33 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-10-02 11:16:33 -0700 |
commit | f1b5ff21dfe589ae879ba6374ebf12d5229ab875 (patch) | |
tree | 6cf782c40d3b6a446eb375d001b4bd66adcafc92 | |
parent | f3a3d0d39fab02f3b8d2206a5f46e5eb2f8e9b05 (diff) | |
download | gcc-f1b5ff21dfe589ae879ba6374ebf12d5229ab875.zip gcc-f1b5ff21dfe589ae879ba6374ebf12d5229ab875.tar.gz gcc-f1b5ff21dfe589ae879ba6374ebf12d5229ab875.tar.bz2 |
Jim Kingdon <http://developer.redhat.com>
* extend.texi: Grammar fix in __extension__ text.
From-SVN: r29773
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9af4018..a9319fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 2 11:16:00 1999 Jim Kingdon <http://developer.redhat.com> + + * extend.texi: Grammar fix in __extension__ text. + Sat Oct 2 11:06:31 1999 Richard Henderson <rth@cygnus.com> * md.texi (define_peephole2): New section. diff --git a/gcc/extend.texi b/gcc/extend.texi index e98e63e..b151b6b 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -2973,7 +2973,7 @@ macros to replace them with the customary keywords. It looks like this: @end example @findex __extension__ -@samp{-pedantic} and other options causes warnings for many GNU C extensions. +@samp{-pedantic} and other options cause warnings for many GNU C extensions. You can prevent such warnings within one expression by writing @code{__extension__} before the expression. @code{__extension__} has no |