Cyclone Scheme  0.20

◆ alloca_double

#define alloca_double (   n,
 
)
Value:
double_type *n = alloca(sizeof(double_type)); \
n->hdr.mark = gc_color_red; \
n->hdr.grayed = 0; \
n->tag = double_tag; \
n->value = v;
#define gc_color_red
Definition: types.h:296
Double-precision floating point type, also known as a flonum.
Definition: types.h:876
Definition: types.h:58