* extend.texi: Reference __extension__ in the index.
From-SVN: r25523
This commit is contained in:
parent
d3aca1d612
commit
6e6b05259d
@ -1,3 +1,7 @@
|
||||
Tue Mar 2 00:09:18 1999 Marc Espie <espie@cvs.openbsd.org>
|
||||
|
||||
* extend.texi: Reference __extension__ in the index.
|
||||
|
||||
Mon Mar 1 19:09:32 1999 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* Makefile.in (CROSS_FLOAT_H): Delete.
|
||||
|
@ -2835,6 +2835,7 @@ macros to replace them with the customary keywords. It looks like this:
|
||||
#endif
|
||||
@end example
|
||||
|
||||
@findex __extension__
|
||||
@samp{-pedantic} causes 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
|
||||
|
Loading…
Reference in New Issue
Block a user