On Sun, Jun 5, 2011 at 6:57 AM, Alexandre Raymond <cerb...@gmail.com> wrote: > As per ISO/IEC 9899, Section 7.1.3 on reserved identifiers, > identifiers starting with an underscore are reserved. > > Therefore: > 1) Rename all incorrect header guards > > While I'm at it: > 2) Standardize header guards to "#ifndef SOMETHING_H" > 3) Repeat the header guard identifier after the closing "#endif"
Nice. Could you also standardize the path component, for example hw/xyz.h -> HW_XYZ_H, or maybe rather QEMU_HW_XYZ_H?