2008-05-02
2008-05-02 04:29:37 by Martin Stjernholm <mast@lysator.liu.se>
-
20842b803ca8b4d1d704db23623eee9c452224b9
(5 lines)
(+4/-1)
[
Show
| Annotate
]
Branch: 7.9
Disabled a debug printout.
Rev: src/gc.c:1.306
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.305 2008/05/02 04:15:09 mast Exp $
+ || $Id: gc.c,v 1.306 2008/05/02 04:29:37 mast Exp $
*/
#include "global.h"
4179:
gc_mark_run_queue();
+ #if 0
#ifdef PIKE_DEBUG
{
size_t num, size;
4189: Inside #if defined(PIKE_DEBUG)
checked, marked, size, num);
}
#endif
+ #endif
Pike_in_gc = 0;
cleanup_markers();