ack/lang/m2
George Koehler 649410bb27 Always use unsigned long.
Traditional C compilers had long but not unsigned long.  I now assume
that everyone can compile unsigned long.  Remove macro UNSIGNED_ARITH
and act like it is always defined.  The type `unsigned arith` works
because arith is a macro for long.
2017-10-28 17:56:20 -04:00
..
comp Always use unsigned long. 2017-10-28 17:56:20 -04:00
libm2 Terminal now writes to fd 1, not fd 0. 2017-10-28 17:20:39 -04:00
m2mm Fix a whole lot more stray prototypes. 2016-11-24 21:47:40 +01:00
test Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00