Cyclone Scheme  0.20

◆ maclosure0

#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:1384
#define gc_color_red
Definition: types.h:296
Definition: types.h:49
unsigned char mark
Definition: types.h:267
gc_header_type hdr
Definition: types.h:1385