Branch: Tag:

2007-06-17

2007-06-17 00:06:08 by Martin Stjernholm <mast@lysator.liu.se>

Small fix when reporting rec stack fatals.

Rev: src/gc.c:1.294

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: gc.c,v 1.293 2007/06/17 00:05:13 mast Exp $ + || $Id: gc.c,v 1.294 2007/06/17 00:06:08 mast Exp $   */      #include "global.h"
1045:    describe_rec_frame (err);    fputc ('\n', stderr);    } +  d_flag = 0; /* The instruction backlog is never of any use here. */    debug_fatal (NULL);    va_end (args);   }