ack/mach/proto/ncg
George Koehler 98b27dd505 Remove old "assert.h" in mach/proto/ncg
*Important:*  You must "make clean" after checking out this commit,
because the build had copied the old "assert.h" to several places in
obj/.  If you don't "make clean", then the compiler finds the old
"assert.h" before libc <assert.h>, and the build fails because this
commit removes badassertion() in subr.c.  After "make clean", the
compiler finds libc <assert.h> and the build succeeds.
2017-11-11 19:35:48 -05:00
..
build.lua Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
codegen.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
compute.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
data.h Rename addr_t to address_t to avoid clashes with the system addr_t. 2016-11-11 20:17:10 +01:00
equiv.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
equiv.h Header --> Id 1994-06-24 14:02:31 +00:00
extern.h Switch error() and fatal() in mach/proto/ncg to stdarg. 2017-02-16 20:26:53 -05:00
fillem.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
gencode.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
glosym.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
glosym.h Header --> Id 1994-06-24 14:02:31 +00:00
label.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
label.h Removed a definition of 'struct label' as 'label_t', as it clashes with 2006-07-21 10:35:34 +00:00
main.c Header --> Id 1994-06-24 14:02:31 +00:00
move.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
nextem.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
param.h Header --> Id 1994-06-24 14:02:31 +00:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00
reg.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
regvar.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
regvar.h Add a few more error checks and adjustments to reglap. 2017-10-18 22:00:12 -04:00
result.h Rename addr_t to address_t to avoid clashes with the system addr_t. 2016-11-11 20:17:10 +01:00
salloc.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
state.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
state.h Header --> Id 1994-06-24 14:02:31 +00:00
subr.c Remove old "assert.h" in mach/proto/ncg 2017-11-11 19:35:48 -05:00
types.h Header --> Id 1994-06-24 14:02:31 +00:00
var.c Header --> Id 1994-06-24 14:02:31 +00:00