mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
si:copy-hash-table is exported
This commit is contained in:
parent
2798c5caea
commit
7801dba38d
2 changed files with 4 additions and 0 deletions
|
|
@ -2329,5 +2329,7 @@ cl_symbols[] = {
|
|||
{SYS_ "DOUBLE-FLOAT-P", SI_ORDINARY, ECL_NAME(si_double_float_p), 1, OBJNULL},
|
||||
{SYS_ "LONG-FLOAT-P", SI_ORDINARY, ECL_NAME(si_long_float_p), 1, OBJNULL},
|
||||
|
||||
{SYS_ "COPY-HASH-TABLE", SI_ORDINARY, si_copy_hash_table, 1, OBJNULL},
|
||||
|
||||
/* Tag for end of list */
|
||||
{NULL, CL_ORDINARY, NULL, -1, OBJNULL}};
|
||||
|
|
|
|||
|
|
@ -2329,5 +2329,7 @@ cl_symbols[] = {
|
|||
{SYS_ "DOUBLE-FLOAT-P","ECL_NAME(si_double_float_p)"},
|
||||
{SYS_ "LONG-FLOAT-P","ECL_NAME(si_long_float_p)"},
|
||||
|
||||
{SYS_ "COPY-HASH-TABLE","si_copy_hash_table"},
|
||||
|
||||
/* Tag for end of list */
|
||||
{NULL,NULL}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue