Remove #include <stdbool.h> from mach/powerpc/as/mach1.c
authorGeorge Koehler <xkernigh@netscape.net>
Mon, 30 Jan 2017 21:39:23 +0000 (16:39 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Mon, 30 Jan 2017 21:39:23 +0000 (16:39 -0500)
commitf4cfbedd5c74e82494770afd62f9fe22e1cba8c7
treeaed5a63445217e3ba2fb6a5ce90921221e1a21bc
parent3c1d2d79f0817602ac5aa8e8ee7069960d90cc6d
Remove #include <stdbool.h> from mach/powerpc/as/mach1.c

We should not include a system header file here, because
mach/proto/as/comm2.y goes through cpp twice.  The include can cause
problems like https://github.com/davidgiven/ack/issues/1

Remove this include #<stdbool.h> and leave a comment pointing to the
includes in comm0.h.  Change the few instances of bool, false, true,
to int, 0, 1.
mach/powerpc/as/mach1.c
mach/powerpc/as/mach4.c
mach/powerpc/as/mach5.c