{ \
char top; \
object buf[4]; buf[0] = a1;buf[1] = a2;buf[2] = a3;buf[3] = a4; \
GC(td, &c1, buf, 4); \
return; \
} else { \
(_fn)(td, 4, (
closure)_fn,a1,a2,a3,a4); \
}}
A closed-over function with no variables.
Definition: types.h:1384
void(* function_type)()
Definition: types.h:665
#define stack_overflow(x, y)
Definition: types.h:516