COMPILER-LET was not exported to the C package

This commit is contained in:
jgarcia 2007-11-27 07:50:45 +00:00
parent 583e01560f
commit 7e46b64338

View file

@ -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)