Skip to content
Snippets Groups Projects
Commit b4845916 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

#:module was exported twice -- fixed. Export #:system

parent a22f2e29
No related branches found
No related tags found
No related merge requests found
;;; 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, ;;; The canonical source for asdf is presently the cCLan CVS repository,
;;; at <URL:http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/> ;;; at <URL:http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#:output-files #:perform ; operation methods #:output-files #:perform ; operation methods
#:operation-done-p #:explain #:operation-done-p #:explain
#:component #:module #:source-file #:component #:source-file
#:c-source-file #:cl-source-file #:java-source-file #:c-source-file #:cl-source-file #:java-source-file
#:static-file #:static-file
#:doc-file #:doc-file
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
#:text-file #:text-file
#:source-file-type #:source-file-type
#:module ; components #:module ; components
#:system
#:unix-dso #:unix-dso
#:module-components ; component accessors #:module-components ; component accessors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment