mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 11:40:45 -07:00
COMPILER-LET was not exported to the C package
This commit is contained in:
parent
583e01560f
commit
7e46b64338
1 changed files with 2 additions and 2 deletions
|
|
@ -159,8 +159,8 @@
|
|||
(put-sysprop 'the 'c1special 'c1the)
|
||||
(put-sysprop 'eval-when 'c1special 'c1eval-when)
|
||||
(put-sysprop 'declare 'c1special 'c1declare)
|
||||
(put-sysprop 'compiler-let 'c1special 'c1compiler-let)
|
||||
(put-sysprop 'compiler-let 'c2 'c2compiler-let)
|
||||
(put-sysprop 'ext:compiler-let 'c1special 'c1compiler-let)
|
||||
(put-sysprop 'ext:compiler-let 'c2 'c2compiler-let)
|
||||
|
||||
(put-sysprop 'fdefinition 'wt-loc 'wt-fdefinition)
|
||||
(put-sysprop 'make-cclosure 'wt-loc 'wt-make-closure)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue