Commit 6e6b0525 by Marc Espie Committed by Jeff Law

* extend.texi: Reference __extension__ in the index.

From-SVN: r25523
parent d3aca1d6
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> Mon Mar 1 19:09:32 1999 Jim Wilson <wilson@cygnus.com>
* Makefile.in (CROSS_FLOAT_H): Delete. * Makefile.in (CROSS_FLOAT_H): Delete.
......
...@@ -2835,6 +2835,7 @@ macros to replace them with the customary keywords. It looks like this: ...@@ -2835,6 +2835,7 @@ macros to replace them with the customary keywords. It looks like this:
#endif #endif
@end example @end example
@findex __extension__
@samp{-pedantic} causes warnings for many GNU C extensions. You can @samp{-pedantic} causes warnings for many GNU C extensions. 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment