si:copy-hash-table is exported

This commit is contained in:
Juan Jose Garcia Ripoll 2013-06-02 22:48:42 +02:00
parent 2798c5caea
commit 7801dba38d
2 changed files with 4 additions and 0 deletions

View file

@ -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}};

View file

@ -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}};