mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
More symbols that had not been renamed
This commit is contained in:
parent
9101c3849b
commit
9113c159dc
1 changed files with 2 additions and 2 deletions
|
|
@ -135,8 +135,8 @@ initialize_process_bindings(cl_object process, cl_object initial_bindings)
|
|||
* bindings */
|
||||
if (initial_bindings != OBJNULL) {
|
||||
hash = cl__make_hash_table(@'eq', MAKE_FIXNUM(1024),
|
||||
make_singlefloat(1.5),
|
||||
make_singlefloat(0.7),
|
||||
ecl_make_singlefloat(1.5),
|
||||
ecl_make_singlefloat(0.7),
|
||||
Cnil); /* no need for locking */
|
||||
} else {
|
||||
hash = si_copy_hash_table(cl_env.bindings_hash);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue