Required under Win32 as ASD files are interpreted differently by LoadLibrary.

This commit is contained in:
goffioul 2005-10-04 14:56:28 +00:00
parent 77e86b4c38
commit 6eb59b8daa

View file

@ -1109,6 +1109,7 @@ output to *verbose-out*. Returns the shell's exit code."
(when system
(asdf:operate 'asdf:load-op name)
t))))
#+win32 (push '("asd" . si::load-source) si::*load-hooks*)
(pushnew 'module-provide-asdf ext:*module-provider-functions*))
(provide 'asdf)