Commit 1b73b7d8 authored by Elias Pipping's avatar Elias Pipping
Browse files

Clasp: *load-hooks* lives in the si package, not ext

parent fc1cb09a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
  #+(or abcl clasp cmucl clozure ecl mkcl sbcl)
  (:import-from #+abcl :sys #+(or clasp cmucl ecl) :ext #+clozure :ccl #+mkcl :mk-ext #+sbcl sb-ext
		#:*module-provider-functions*
		#+(or clasp ecl) #:*load-hooks*)
  #+mkcl (:import-from :si #:*load-hooks*))
		#+ecl #:*load-hooks*)
  #+(or clasp mkcl) (:import-from :si #:*load-hooks*))

(in-package :asdf/footer)