2004-09-28
2004-09-28 16:56:00 by Martin Stjernholm <mast@lysator.liu.se>
-
0429a3fa27bb8ff2bf32ff8bfb10a3ad75a98fb0
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Oops..
Rev: src/gc.c:1.260
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.259 2004/09/27 21:37:22 mast Exp $
+ || $Id: gc.c,v 1.260 2004/09/28 16:56:00 mast Exp $
*/
#include "global.h"
1570: Inside #if defined (PIKE_DEBUG) || defined (DO_PIKE_CLEANUP)
* gc_keep_markers is set. */
if (marker_hash_table) cleanup_markers();
if (!marker_hash_table)
- low_init_marker_hash(num_objects);
+
#endif
-
+ low_init_marker_hash(num_objects);
get_marker(rec_list.data); /* Used to simplify fencepost conditions. */
#ifdef PIKE_DEBUG
}