From: Stefan S. <se...@sy...> - 2004-07-30 02:54:11
|
hi there, I just run into a little bug in the Lexer: the SkipExtensionToken pretends to ignore '__extension__ (...)' statements. However, it really ignores __extension__ if *not* followed by '(', and else ignores the parens (with everything in between) and reports '__extension__' as an identifier ! However, I'm not exactly sure what to do about it, as I have not found any specs on the gcc site about where __extension__ tokens can be found. Gaby ? Regards, Stefan |