On Mon, 21 Oct 2002, Clinton Pierce wrote:
>   * With bad arguments, the assembler returns 1 to the OS.  Peachy.

Please can we have...

#include <sysexits.h>
exit(EX_USAGE);  // 64 on most platforms

>   * Upon failure, the assembler returns the status 0 to the OS and writes
> some bytecode.  No telling how healthy that bytecode is.  

exit(EXIT_FAILURE); // 1 on most platforms

-Martin

-- 
CAUTION: The information contained in this message is consequential and
subject to legacy provenance. If you are the intended recipient you are
hereby notified that reading this message is permitted. If you have not
received this message please notarise the sender and destroy the
originator.

Reply via email to