2003-09-08
2003-09-08 21:31:32 by Martin Stjernholm <mast@lysator.liu.se>
-
4c6e55767f6e35e4bfafd1d7c136006b3a3187fe
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
Fix when compiling with dmalloc.
Rev: src/gc.c:1.229
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.228 2003/09/08 20:05:20 mast Exp $
+ || $Id: gc.c,v 1.229 2003/09/08 21:31:32 mast Exp $
*/
#include "global.h"
33:
#include "block_alloc.h"
- RCSID("$Id: gc.c,v 1.228 2003/09/08 20:05:20 mast Exp $");
+ RCSID("$Id: gc.c,v 1.229 2003/09/08 21:31:32 mast Exp $");
int gc_enabled = 1;
1581: Inside #if defined(PIKE_DEBUG) and #if defined(DEBUG_MALLOC)
if (gc_external_refs_zapped) {
fprintf (stderr, "One external ref to %p found%s.\n",
a, place ? place : "");
- if (in) describe (in);
+ if (gc_found_in) describe (gc_found_in);
return 0;
}
#endif