* extend.texi: Reference __extension__ in the index.

From-SVN: r25523
This commit is contained in:
Marc Espie 1999-03-01 23:11:13 +00:00 committed by Jeff Law
parent d3aca1d612
commit 6e6b05259d
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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