Branch: Tag:

2007-06-17

2007-06-17 01:52:31 by Martin Stjernholm <mast@lysator.liu.se>

Fix to work without rtldebug.

Rev: src/gc.c:1.295

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.294 2007/06/17 00:06:08 mast Exp $ + || $Id: gc.c,v 1.295 2007/06/17 01:52:31 mast Exp $   */      #include "global.h"
1038:    va_start (args, fmt);    fprintf (stderr, msg_fatal_error, file, line);    (void) VFPRINTF (stderr, fmt, args); + #if defined (PIKE_DEBUG) || defined (GC_CYCLE_DEBUG)    fputs ("Recursion stack:\n", stderr);    describe_rec_stack (err, err_name, p1, p1n, p2, p2n);    if (err) {
1045:    describe_rec_frame (err);    fputc ('\n', stderr);    } + #endif    d_flag = 0; /* The instruction backlog is never of any use here. */    debug_fatal (NULL);    va_end (args);