Branch: Tag:

2004-09-27

2004-09-27 21:37:23 by Martin Stjernholm <mast@lysator.liu.se>

Fixed --with-cleanup-on-exit to work without rtldebug.

Rev: src/array.h:1.64
Rev: src/dmalloc.h:1.53
Rev: src/gc.c:1.259
Rev: src/gc.h:1.116
Rev: src/main.c:1.210
Rev: src/mapping.h:1.58
Rev: src/multiset.h:1.37
Rev: src/object.h:1.87
Rev: src/pike_memory.c:1.156
Rev: src/program.h:1.210
Rev: src/stralloc.c:1.168
Rev: src/stralloc.h:1.82

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: array.h,v 1.63 2004/09/26 22:07:00 mast Exp $ + || $Id: array.h,v 1.64 2004/09/27 21:37:22 mast Exp $   */      #ifndef ARRAY_H
71:   #define free_array(V) do{ \    struct array *v_=(V); \    debug_malloc_touch(v_); \ -  DO_IF_PIKE_CLEANUP ( \ +  DO_IF_DEBUG ( \    if (gc_external_refs_zapped) \    gc_check_zapped (v_, PIKE_T_ARRAY, __FILE__, __LINE__); \    ); \