Il 25/09/2012 23:12, Anthony Liguori ha scritto: > Just like sparse is a "compiler", so is qidl. We are free to use the > '_' + lowercase prefix. > > ISADevice _immutable dev; > > It's an established practice in wide-use.
But QEMU is also compiled with GCC, so we're not. The Linux kernel coding standards are not something to imitate for what concerns use of reserved identifiers, if only because it targets a freestanding environment. Paolo