ack/mach/powerpc/as
George Koehler f4cfbedd5c 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.
2017-01-30 16:39:23 -05:00
..
mach0.c Remove type quad, use type word_t in PowerPC as. 2017-01-30 16:15:02 -05:00
mach1.c Remove #include <stdbool.h> from mach/powerpc/as/mach1.c 2017-01-30 16:39:23 -05:00
mach2.c Swap RA and RS when assembling "and", "or", and such instructions. 2017-01-30 15:47:09 -05:00
mach3.c Swap RA and RS when assembling "and", "or", and such instructions. 2017-01-30 15:47:09 -05:00
mach4.c Remove #include <stdbool.h> from mach/powerpc/as/mach1.c 2017-01-30 16:39:23 -05:00
mach5.c Remove #include <stdbool.h> from mach/powerpc/as/mach1.c 2017-01-30 16:39:23 -05:00