Sold. commited as r20532.

-J

--
On Sat, Aug 04, 2007 at 12:57:25PM -0700, chromatic wrote:
> On Thursday 02 August 2007 16:39:07 Joshua Hoblitt wrote:
> 
> > Does anyone object to this patch?
> >
> > Index: exceptions.c
> > ===================================================================
> > --- exceptions.c        (revision 20408)
> > +++ exceptions.c        (working copy)
> > @@ -771,7 +771,7 @@
> >  {
> >      fprintf(stderr, "%s:%u: failed assertion '%s'\n", file, line,
> > cond);
> >      Parrot_print_backtrace();
> > -    exit(EXIT_FAILURE);
> > +    abort();
> >  }
> 
> +1
> 
> -- c

Attachment: pgpgAqVciG4SZ.pgp
Description: PGP signature

Reply via email to