2006-01-24
2006-01-24 13:10:27 by Martin Stjernholm <mast@lysator.liu.se>
-
a91a3ce76d9eae787e1f83cd6421e577fd55c625
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 7.9
Warn for objects that get created during exit cleanup.
Rev: src/dmalloc.h:1.55
Rev: src/module.c:1.37
Rev: src/object.c:1.269
Rev: src/pike_memory.c:1.173
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: dmalloc.h,v 1.54 2006/01/24 11:57:41 mast Exp $
+ || $Id: dmalloc.h,v 1.55 2006/01/24 13:10:27 mast Exp $
*/
#ifndef DMALLOC_H
40: Inside #if defined(DO_PIKE_CLEANUP)
#ifdef DO_PIKE_CLEANUP
extern int exit_with_cleanup;
+ extern int exit_cleanup_in_progress;
#define DO_IF_PIKE_CLEANUP(X) X
#else
#define DO_IF_PIKE_CLEANUP(X)