From 936d6cbd88bab596b69f179e6370534c967becfc Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Tue, 5 Oct 2010 03:47:18 +0200 Subject: [PATCH] Import ASDF:OPERATE into IOLIB.ASDF --- src/base/pkgdcl.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/base/pkgdcl.lisp b/src/base/pkgdcl.lisp index e56fcf2..824c13a 100644 --- a/src/base/pkgdcl.lisp +++ b/src/base/pkgdcl.lisp @@ -56,7 +56,8 @@ (defpackage :iolib.asdf (:use :iolib.base) (:import-from :asdf #:defsystem #:find-system - #:oos #:perform #:test-op #:load-op #:compile-op + #:oos #:operate #:perform + #:test-op #:load-op #:compile-op #:operation-done-p) ;; ASDF components (:export #:muffled-source-file #:iolib-source-file)) -- 2.11.4.GIT