Cyclone Scheme  0.9
#define maclosure0 (   c,
  f,
  na 
)
Value:
c.hdr.grayed = 0; \
c.tag = closure0_tag; \
c.fn = f; \
c.num_args = na;
A closed-over function with no variables.
Definition: types.h:1216
#define gc_color_red
Definition: types.h:265
Definition: types.h:41
unsigned char mark
Definition: types.h:240
gc_header_type hdr
Definition: types.h:1217