From: <se...@in...> - 2005-12-12 17:01:16
|
On Sun, 2005-12-11 at 12:54 -0800, Claudio Levinas wrote: > Lex.cc does indeed skip the keyword, only that it was set to skip "__ASM__". > I simply added "__ASM" and it did the job. > > #if (defined __GNUC__) || (defined _GNUC_SYNTAX) > { "__alignof__", token(SIZEOF) }, i need an #ifdef SOMETHING > + { "__asm", token(ATTRIBUTE) }, #endif do we have a standard one > { "__asm__", token(ATTRIBUTE) }, > { "__attribute__", token(ATTRIBUTE) }, > > Thanks!!! > Claudio. |