Hi All

Please provide me GCC grammar for


1:  extern word __extension__({ __uint16_t __swap16gen_x =

 (word w); (__uint16_t)((__swap16gen_x & 0xff) << 8 |

 (__swap16gen_x & 0xff00) >> 8); });



2:  Token *pToken = __builtin_va_arg(ap, Token*);



I am trying this from many days, and I am not able to get it.

Can any please provide GCC grammar for the above two.

This is quite urgent.

In anticipation

Vasanthi A

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-interest@googlegroups.com
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

Reply via email to