Jim Kingdon <http://developer.redhat.com>
* extend.texi: Grammar fix in __extension__ text. From-SVN: r29773
This commit is contained in:
parent
f3a3d0d39f
commit
f1b5ff21df
@ -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>
|
Sat Oct 2 11:06:31 1999 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
* md.texi (define_peephole2): New section.
|
* md.texi (define_peephole2): New section.
|
||||||
|
@ -2973,7 +2973,7 @@ macros to replace them with the customary keywords. It looks like this:
|
|||||||
@end example
|
@end example
|
||||||
|
|
||||||
@findex __extension__
|
@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
|
You can
|
||||||
prevent such warnings within one expression by writing
|
prevent such warnings within one expression by writing
|
||||||
@code{__extension__} before the expression. @code{__extension__} has no
|
@code{__extension__} before the expression. @code{__extension__} has no
|
||||||
|
Loading…
Reference in New Issue
Block a user