mirror of
https://github.com/pmai/md5.git
synced 2025-12-21 22:44:29 +01:00
Add missing eval-when :execute for sbcl *features* frobbing.
This commit is contained in:
2
md5.lisp
2
md5.lisp
@ -796,5 +796,5 @@ according to my additional test suite")
|
|||||||
(setq ext:*inline-expansion-limit* *old-expansion-limit*))
|
(setq ext:*inline-expansion-limit* *old-expansion-limit*))
|
||||||
|
|
||||||
#+sbcl
|
#+sbcl
|
||||||
(eval-when (:compile-toplevel)
|
(eval-when (:compile-toplevel :execute)
|
||||||
(setq *features* *old-features*))
|
(setq *features* *old-features*))
|
||||||
|
|||||||
Reference in New Issue
Block a user