ascherer / mmix

MMIX 2009 – a RISC computer for the third millennium
http://www-cs-faculty.stanford.edu/~knuth/mmix.html
37 stars 6 forks source link

Update to C99 #3

Closed ascherer closed 7 years ago

ascherer commented 7 years ago

In mmixal.w, replace typedef bool with <stdbool.h>.

ascherer commented 7 years ago

Don't do this in mmix-pipe.w: it has a “slightly extended” notion of bool.

ascherer commented 7 years ago

So, don't do this at all.

ascherer commented 7 years ago

Actually, this change does have its merits. :wink: