]> diplodocus.org Git - nmh/commitdiff
ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT].
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 3 Sep 2017 11:23:14 +0000 (12:23 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 3 Sep 2017 11:23:14 +0000 (12:23 +0100)
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.


No differences found