mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Fix "typo" where SBCL's init and save hook were swapped... fix #153.
This commit is contained in:
parent
425266798b
commit
86fab763a8
@ -25,10 +25,10 @@
|
||||
(cffi:load-foreign-library 'cl+ssl::libssl)))
|
||||
|
||||
#+ccl (push #'open-foreign-libs *lisp-startup-functions*)
|
||||
#+sbcl (push #'open-foreign-libs sb-ext:*save-hooks*)
|
||||
#+sbcl (push #'open-foreign-libs sb-ext:*init-hooks*)
|
||||
|
||||
#+ccl (push #'close-foreign-libs *save-exit-functions*)
|
||||
#+sbcl (push #'close-foreign-libs sb-ext:*init-hooks*)
|
||||
#+sbcl (push #'close-foreign-libs sb-ext:*save-hooks*)
|
||||
|
||||
;;;
|
||||
;;; Register all loaded systems in the image, so that ASDF don't search for
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user