Closed ascherer closed 7 years ago
In mmixal.w, replace typedef bool with <stdbool.h>.
mmixal.w
<stdbool.h>
Don't do this in mmix-pipe.w: it has a “slightly extended” notion of bool.
mmix-pipe.w
So, don't do this at all.
Actually, this change does have its merits. :wink:
In
mmixal.w
, replace typedef bool with<stdbool.h>
.