From b48459164396b30b0e6d2f20c95dc5bca52ace82 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg <> Date: Mon, 26 Aug 2002 07:23:40 +0000 Subject: [PATCH] #:module was exported twice -- fixed. Export #:system --- asdf.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/asdf.lisp b/asdf.lisp index dfad921b..96ef5887 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -1,4 +1,4 @@ -;;; This is asdf: Another System Definition Facility. $Revision: 1.32 $ +;;; This is asdf: Another System Definition Facility. $Revision: 1.33 $ ;;; ;;; The canonical source for asdf is presently the cCLan CVS repository, ;;; at <URL:http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/> @@ -47,7 +47,7 @@ #:output-files #:perform ; operation methods #:operation-done-p #:explain - #:component #:module #:source-file + #:component #:source-file #:c-source-file #:cl-source-file #:java-source-file #:static-file #:doc-file @@ -55,6 +55,7 @@ #:text-file #:source-file-type #:module ; components + #:system #:unix-dso #:module-components ; component accessors -- GitLab