Re: [perl #18044] Assembler doesn't return a useful exit status

2002-10-22 Thread Martin D Kealey
On Mon, 21 Oct 2002, Clinton Pierce wrote: > * With bad arguments, the assembler returns 1 to the OS. Peachy. Please can we have... #include 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

[perl #18044] Assembler doesn't return a useful exit status

2002-10-21 Thread via RT
# New Ticket Created by Clinton Pierce # Please include the string: [perl #18044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18044 > * With bad arguments, the assembler returns 1 to the OS. Peachy. * Upon success,