mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
si_formatter_aux does only exist when the ECL formatter is used.
This commit is contained in:
parent
0290efd01c
commit
daf5da0929
1 changed files with 4 additions and 0 deletions
|
|
@ -1057,7 +1057,11 @@ cl_symbols[] = {
|
|||
{SYS_ "FILL-POINTER-SET", SI_ORDINARY, si_fill_pointer_set, 2, OBJNULL},
|
||||
{SYS_ "FIXNUMP", SI_ORDINARY, si_fixnump, 1, OBJNULL},
|
||||
{SYS_ "FORMAT-ERROR", SI_ORDINARY, NULL, -1, OBJNULL},
|
||||
#ifndef ECL_CMU_FORMAT
|
||||
{SYS_ "FORMATTER-AUX", SI_ORDINARY, NULL, -1, OBJNULL},
|
||||
#else
|
||||
{SYS_ "FORMATTER-AUX", SI_ORDINARY, si_formatter_aux, -1, OBJNULL},
|
||||
#endif
|
||||
{SYS_ "FRS-BDS", SI_ORDINARY, si_frs_bds, 1, OBJNULL},
|
||||
{SYS_ "FRS-CLASS", SI_ORDINARY, si_frs_class, 1, OBJNULL},
|
||||
{SYS_ "FRS-IHS", SI_ORDINARY, si_frs_ihs, 1, OBJNULL},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue