Dan Sugalski <[EMAIL PROTECTED]> wrote:
> cvsuser     04/07/06 09:57:07

>   Modified:    ops      debug.ops
>   Log:

>   add in a die() op to just flat-out die. Right now. Calls the _exit
>   function, and it doesn't get a whole lot more fatal than that.

Couldn't that be wrapped into the C<die_hard> opcode?
E.g.

    if (severity == EXCEPT_doomed)
        _exit(err)

leo

Reply via email to