2008-04-01
2008-04-01 13:20:07 by Martin Stjernholm <mast@lysator.liu.se>
-
5c899d1e49518d6b6e40c3b110dd79a356f79f60
(5 lines)
(+4/-1)
[
Show
| Annotate
]
Branch: 7.9
Fixed compilation with rtldebug but without cleanup-on-exit.
Rev: src/pike_types.c:1.320
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: pike_types.c,v 1.319 2008/03/30 01:24:10 mast Exp $
+ || $Id: pike_types.c,v 1.320 2008/04/01 13:20:07 mast Exp $
*/
#include "global.h"
7651: Inside #if defined (PIKE_DEBUG) || defined (DO_PIKE_CLEANUP) and #if defined(PIKE_DEBUG)
if (weak_type_string)
gc_mark_external(weak_type_string, " as weak_type_string");
+ #ifdef DO_PIKE_CLEANUP
{
struct pike_type_location *t = all_pike_type_locations;
while(t) {
7658: Inside #if defined (PIKE_DEBUG) || defined (DO_PIKE_CLEANUP) and #if defined(PIKE_DEBUG)
t = t->next;
}
}
+ #endif
}
#endif