pike.git/
src/
constants.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 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Atomic: Store the type in the ref_type field for all reference types.
100:
docode_fun docode) { struct callable *f=alloc_callable();
-
INIT_PIKE_MEMOBJ(f);
+
INIT_PIKE_MEMOBJ(f
, T_STRUCT_CALLABLE
);
f->function=fun; f->name=name; f->type=type;