From: Ralph Corderoy Date: Sun, 3 Sep 2017 11:23:14 +0000 (+0100) Subject: ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT]. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/94eba9d3c32077aa8548f2132cc43d6a0679272a?hp=94eba9d3c32077aa8548f2132cc43d6a0679272a ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT]. Don't attempt to indicate the number of failures through the exit status as that's too constrained. Just stick to zero for none, and 1 for some. Delete, the now unused, MAX_EXIT. ---