Jim Kingdon <http://developer.redhat.com>
authorJim Kingdon <kingdon@redhat.com>
Sat, 2 Oct 1999 18:16:33 +0000 (11:16 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 2 Oct 1999 18:16:33 +0000 (11:16 -0700)
        * extend.texi: Grammar fix in __extension__ text.

From-SVN: r29773

gcc/ChangeLog
gcc/extend.texi

index 9af40180f9e3fa9719aeff92d660fc8a62913ea6..a9319fa8a24fe203b67c4dde2ae49267c3bb3cce 100644 (file)
@@ -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.
index e98e63e7988af6784fbd261fd6f9e6c192841407..b151b6b5c6e6f9868abe955d43bf604354602e58 100644 (file)
@@ -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