Home
last modified time | relevance | path

Searched refs:BOOT_CLOSURE_PARSE_FULL (Results 1 – 3 of 3) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Deval.c116 #define BOOT_CLOSURE_PARSE_FULL(fu_,body,nargs,rest,nopt,kw,ninits,unbound,alt) \ macro
761 BOOT_CLOSURE_PARSE_FULL (mx, body, nargs, rest, nopt, kw, in prepare_boot_closure_env_for_apply()
/dports/lang/guile/guile-3.0.7/libguile/
H A Deval.c122 #define BOOT_CLOSURE_PARSE_FULL(fu_,body,nargs,rest,nopt,kw,ninits,unbound,alt) \ macro
772 BOOT_CLOSURE_PARSE_FULL (mx, body, nargs, rest, nopt, kw, in prepare_boot_closure_env_for_apply()
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog11619 * libguile/eval.c (BOOT_CLOSURE_PARSE_FULL): Adapt to parse ninits and
26125 BOOT_CLOSURE_PARSE_FULL): Adjust to new argument layout of
49388 * libguile/eval.c (BOOT_CLOSURE_PARSE_FULL): New helper.