Loading storage.asd +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ (asdf:defsystem #:storage :name "storage" :serial t :depends-on (closer-mop ieee-floats) :depends-on (alexandria closer-mop ieee-floats) :components ((:file "packages") #+(and sbcl (or x86 x86-64)) (:file "io-sbcl") Loading Loading
storage.asd +2 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ (asdf:defsystem #:storage :name "storage" :serial t :depends-on (closer-mop ieee-floats) :depends-on (alexandria closer-mop ieee-floats) :components ((:file "packages") #+(and sbcl (or x86 x86-64)) (:file "io-sbcl") Loading