ack/first
George Koehler ac4cbd735e Use libc assert(); fix dependencies; unbreak isduo().
Switch from custom assert() to libc assert() in mach/proto/as.
Continue to disable asserts if DEBUG == 0.

This change found a problem in the build system; comm2.y was missing
depedencies on comm0.h and comm1.h.  Add the missing dependencies to
the cppfile rule.  Allow the dependencies by modifying cppfile in
first/build.lua to act like cfile if t.dir is false.

Now that comm2.y gets rebuilt, I must fix the wrong prototype of
yyparse() in comm1.h.

I got unlucky as induo() in comm5.c was reading beyond the end of the
array.  It found an operator "= " ('=' then space) in the garbage, so
it returned a garbage token number, and "VAR = 123" became a syntax
error.  Unbreak induo() by terminating the array.
2017-11-11 16:09:05 -05:00
..
lua-5.1 Disable gethostid() in the build system Lua; it's unused and doesn't work on 2016-11-11 20:16:43 +01:00
ackbuilder.lua Fix (or at least, work around) an issue with library order. Make sure the Basic 2016-11-13 13:28:09 +01:00
ackbuilder.md Add modeline, fix formatting. 2016-09-03 19:17:09 +02:00
build.lua Use libc assert(); fix dependencies; unbreak isduo(). 2017-11-11 16:09:05 -05:00
testsummary.sh Actually tell the user which tests failed. 2017-01-15 22:26:09 +01:00
yacc.lua yacc, ncgg; platform ncg builds now. 2016-07-26 23:35:30 +02:00