http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcc/Alternate-Keywords.html#Alternate%20Keywords explains alternates of "asm", "inline", and "typeof" as __asm__, __inline__, and __typeof__. Are the forms __asm, __inline, __typeof (and __volatile) also accepted? (I see uses of __asm, __type, __inline, and __volatile in the Linux kernel source code.) Thanks, -- ~Randy