pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-29
2001-03-29 20:36:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
626d09bd84d75e22f0ae88fa4d832b442e3c84ce (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/pike_types.h:1.66
5:
\*/ /*
-
* $Id: pike_types.h,v 1.
65
2001/03/29 20:
19
:
17
grubba Exp $
+
* $Id: pike_types.h,v 1.
66
2001/03/29 20:
36
:
43
grubba Exp $
*/ #ifndef PIKE_TYPES_H #define PIKE_TYPES_H
54:
#define check_type_string(T) debug_check_type_string((struct pike_type *)debug_malloc_pass(T)) #else /* !DEBUG_MALLOC */ #define free_type debug_free_type
+
#ifdef PIKE_DEBUG
#define check_type_string debug_check_type_string
-
+
#ebdif /* PIKE_DEBUG */
#endif /* DEBUG_MALLOC */ #else /* !USE_PIKE_TYPE */