This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What does __extension__ mean ?


On Fri, Jun 06, 2003 at 11:40:41AM +0800, Kiran K wrote:
> Hi, 
> 
> 	Can some body enlighten me what __extenson__ mean ? 
> 
> 	I am aware of __asm__. 
> 
> Regards
> Kiran Kumar Kasturi

Quoting from the GCC manual:

   `-pedantic' and other options cause warnings for many GNU C
extensions.  You can prevent such warnings within one expression by
writing `__extension__' before the expression.  `__extension__' has no
effect aside from this.


-- 
Michael Meissner
email: gnu@the-meissners.org
http://www.the-meissners.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]