Hi All

I have the below lines of code in my source, but while I try instrument the
source, it throws error

1:debug_error((char *)("ConnectIntPstn : NewAccessModem failure: "), 1,
(long)(modem_status), (long)(0));

It gives error

[ unexpected token: , ]



2: if ((((__ctype_b))[(int) ((TRECK_BYTE))] & (__ctype_mask_t) _ISprint))

It gives error

[ unexpected token: ) ]



3:   return (__extension__ ({ unsigned short int __bsx = (w); ((((__bsx) >>
8) & 0xff) | (((__bsx) & 0xff) << 8)); }));

it gives error

unexpected token: __extension__



Can you please provide complete grammar for parsing the above.

where Can I get the latest STDC.g and GNUC.g .

The grammar which I have is written in 1997 and quite old one.

Can you please let me know where we can get the latest grammar.

Thanks and regards

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