pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-07-22
2011-07-22 12:12:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
93863215f26ee05b217210f8049963dc683ff350 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Atomic: Store the type in the ref_type field for all reference types.
554:
debug_malloc_pass(t = alloc_pike_type());
+
#ifdef ATOMIC_SVALUE
+
t->ref_type = PIKE_T_TYPE;
+
#endif
t->refs = 0; add_ref(t); /* For DMALLOC... */ t->type = type;