ack/util/ncgg
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
..
build.lua Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
cgg.y Add a few more error checks and adjustments to reglap. 2017-10-18 22:00:12 -04:00
coerc.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
cost.h Header --> Id 1994-06-24 11:31:16 +00:00
cvtkeywords yacc, ncgg; platform ncg builds now. 2016-07-26 23:35:30 +02:00
emlookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
error.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
expr.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
expr.h Header --> Id 1994-06-24 11:31:16 +00:00
extern.h Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
hall.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
instruct.c Add regvar_w() and regvar_d() for use with reglap. 2017-10-17 12:05:41 -04:00
instruct.h Header --> Id 1994-06-24 11:31:16 +00:00
iocc.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
iocc.h Header --> Id 1994-06-24 11:31:16 +00:00
keywords Add regvar_w() and regvar_d() for use with reglap. 2017-10-17 12:05:41 -04:00
lookup.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
lookup.h Header --> Id 1994-06-24 11:31:16 +00:00
main.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
ncgg.6 Header --> Id 1994-06-24 11:31:16 +00:00
output.c Delete old "assert.h" files; use libc <assert.h>. 2017-11-09 22:22:13 -05:00
param.h In ncgg, increase MAXREGS from 80 to 200. 2016-09-18 14:37:42 -04:00
property.h Header --> Id 1994-06-24 11:31:16 +00:00
pseudo.h Remove stackadjust and stackoffset() from ncg. 2016-10-07 20:52:13 -04:00
reg.h Header --> Id 1994-06-24 11:31:16 +00:00
regvar.h Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg. 2017-10-14 12:40:04 -04:00
scan.l First milestone of replacing the build system. 2013-05-12 20:45:55 +01:00
set.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
set.h Header --> Id 1994-06-24 11:31:16 +00:00
strlookup.c Change fatal() and error() to use varargs. 2013-05-10 12:04:21 +01:00
subr.c Add a few more error checks and adjustments to reglap. 2017-10-18 22:00:12 -04:00
token.h Header --> Id 1994-06-24 11:31:16 +00:00
var.c Add reglap to ncg. Add 4-byte reg_float to PowerPC ncg. 2017-10-14 12:40:04 -04:00
varinfo.h Header --> Id 1994-06-24 11:31:16 +00:00