> That's ape with ape/pcc, which is ANSI-compliant, not a port of the > non-compliant base compilers (6c, 8c, etc.).
This is true, however pcc is just a driver that runs cpp and pipes its output to 8c (assuming you are on a 386). hugo% cd /sys/src/ape/cmd hugo% hugo% pcc -v -c -D_POSIX_SOURCE kill.c cpp -D__STDC__=1 -N -D_POSIX_SOURCE -I/386/include/ape -I/sys/include/ape kill.c | 8c -o kill.8 Gawk has been compiled with APE, I was mearly suggesting it might be helpful to Aharon if this was repeated to confirm the continued portability of the gawk code. -Steve