ack/lang/cem
George Koehler ca4bd38206 Delete old "assert.h" files; use libc <assert.h>.
Edit build.lua for programs losing their private assert.h, so they
depend on a list of .h files excluding assert.h.

Remove modules/src/assert; it would be a dependency of cpp.ansi but we
didn't build it, so cpp.ansi uses the libc assert.

I hope that libc <assert.h> can better report failed assertions.  Some
old "assert.h" files didn't report the expression.  Some reported a
literal "x", because traditional C expanded the macro parameter x in
"x", but ANSI C89 doesn't expand macro parameters in string literals.
2017-11-09 22:22:13 -05:00
..
cemcom Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
cemcom.ansi Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
cpp.ansi Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
ctest Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
libcc Distributions are a pain --- let's not bother any more. Instead, we just tag 2016-09-02 23:00:38 +02:00
libcc.ansi Don't check ferror(fp) when reading fp. 2017-10-28 16:20:48 -04:00
lint Remove UNSIGNED_ARITH from a few more files. 2017-10-29 17:03:51 -04:00