Changeset 13343 for trunk/abcl/contrib/abcl-asdf/abcl-asdf.lisp
- Timestamp:
- 06/17/11 11:25:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/abcl-asdf/abcl-asdf.lisp
r13342 r13343 7 7 (:export #:satisfy)) 8 8 9 (in-package :a sdf-jar)9 (in-package :abcl-asdf) 10 10 11 11 (in-package :asdf) … … 13 13 14 14 (defclass mvn (iri) ()) 15 16 15 17 16 ;;; We interpret compilation to ensure that load-op will succeed
Note: See TracChangeset
for help on using the changeset viewer.