ack/lang/cem/cpp.ansi
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
..
arith.h Use (arith) 1 << ... when getting the sign bit. 2017-10-29 17:45:10 -04:00
bits.h First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
build.lua Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
ch3bin.c Use (arith) 1 << ... when getting the sign bit. 2017-10-29 17:45:10 -04:00
ch3mon.c fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
char.tab fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
class.h fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
domacro.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
error.c First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
expr.c fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
expression.g fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
file_info.h fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
idf.c fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
idf.h fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
init.c Remove sys_time in favour of directly calling time(). 2016-11-09 21:52:04 +01:00
input.c Replaced calls to the custom strindex() and strrindex() functions with the 2006-07-23 20:01:02 +00:00
input.h First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
LLlex.c Use (arith) 1 << ... when getting the sign bit. 2017-10-29 17:45:10 -04:00
LLlex.h fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
LLmessage.c fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
macro.str fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
main.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
make.allocd Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.) 2006-07-18 16:45:57 +00:00
make.next fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
make.tokcase fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
make.tokfile fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
ncpp.6 fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
options.c First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
parameters.h First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
preprocess.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
proto.main fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
proto.make fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
replace.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
replace.str fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
skip.c fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00
tokenname.c fixup commit for tag 'llgen-1-0' 2006-02-04 00:57:05 +00:00