On 6/14/2017 10:18 AM, marc espie wrote: > on wed, jun 14, 2017 at 09:58:54am -0400, brian callahan wrote: >> hi marc -- >> >> how's this version? >> also includes a slight tweak to the single -e flag regress test. >> >> ~brian > comment nit, otherwise good. > >> +extern int error_warns; /* make warnings cause exit_code > 0 */ > exit_code = 1, why > 0 when you actually specify the result everywhere ?
Hmm... it's just supposed to be non-zero. Guess that morphed into > 0 in my head. No reason to not just specify it since that's what the code does.