unicorn/qemu/target
Markus Armbruster 1b2c8c44d5
Clean up ill-advised or unusual header guards
Leading underscores are ill-advised because such identifiers are
reserved. Trailing underscores are merely ugly. Strip both.

Our header guards commonly end in _H. Normalize the exceptions.

Done with scripts/clean-header-guards.pl.

Backports commit a8b991b52dcde75ab5065046653626951aac666d from qemu
2019-05-14 08:02:53 -04:00
..
arm target/arm: Stop using variable length array in dc_zva 2019-05-09 17:48:25 -04:00
i386 target/i386: check CF_PARALLEL instead of parallel_cpus 2019-05-04 22:45:49 -04:00
m68k target/m68k: check CF_PARALLEL instead of parallel_cpus 2019-05-06 00:42:16 -04:00
mips tcg: Hoist max_insns computation to tb_gen_code 2019-04-30 09:49:57 -04:00
riscv Clean up ill-advised or unusual header guards 2019-05-14 08:02:53 -04:00
sparc Clean up ill-advised or unusual header guards 2019-05-14 08:02:53 -04:00