pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-24
2002-11-24 23:02:47 by Martin Stjernholm <mast@lysator.liu.se>
27f025210acfc1271cfba6ec0dfb1e4fff675d16 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Do cleanup at exit if we use valgrind.
Rev: src/global.h:1.77
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: global.h,v 1.
76
2002/
10/
11
01
:
39
:
31
nilsson
Exp $
+
|| $Id: global.h,v 1.
77
2002/
11
/
24
23
:
02
:
47
mast
Exp $
*/ #ifndef GLOBAL_H
303:
#define PMOD_PROTO #endif
-
#if defined(PURIFY) || defined(__CHECKER__) || defined(DEBUG_MALLOC)
+
#if defined(PURIFY) || defined(__CHECKER__) ||
\
+
defined(DEBUG_MALLOC)
|| defined(USE_VALGRIND)
#define DO_PIKE_CLEANUP #endif