pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-07-04
2000-07-04 01:43:34 by Martin Stjernholm <mast@lysator.liu.se>
ce6ab002310eb3c70762937428cf2af8639ff0df (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fix for compiling without debug.
Rev: src/svalue.h:1.61
5:
\*/ /*
-
* $Id: svalue.h,v 1.
60
2000/07/04
00
:43:
58
mast Exp $
+
* $Id: svalue.h,v 1.
61
2000/07/04
01
:43:
34
mast Exp $
*/ #ifndef SVALUE_H #define SVALUE_H
305:
#define check_type(T) #define check_refs(S) #define check_refs2(S,T)
+
#define dmalloc_check_svalue(S,L) (S)
+
#define dmalloc_check_union(U,T,L) (U)
#define add_ref(X) (X)->refs++ #endif