X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-cltl2%2Fsb-cltl2.asd;h=3055a8e2800e79bdb61598fb8a9ad79fe8c6b2ec;hb=d04b59670ab69405c4115ea3caac99fd62a4b7ab;hp=e6ecbd3d7699b262db430e1c844c02703117efac;hpb=a72b7117e8f2a832f85bf18f21dbbd8e804211ec;p=sbcl.git diff --git a/contrib/sb-cltl2/sb-cltl2.asd b/contrib/sb-cltl2/sb-cltl2.asd index e6ecbd3..3055a8e 100644 --- a/contrib/sb-cltl2/sb-cltl2.asd +++ b/contrib/sb-cltl2/sb-cltl2.asd @@ -1,8 +1,12 @@ +;;; -*- Lisp -*- + (defpackage #:sb-cltl2-system (:use #:asdf #:cl)) (in-package #:sb-cltl2-system) (defsystem sb-cltl2 - :description "Some functionality, mentioned in CLtL2, but not present in ANSI." + :description "Functionality mentioned in CLtL2 but not present in ANSI." + #+sb-building-contrib :pathname + #+sb-building-contrib "SYS:CONTRIB;SB-CLTL2;" :components ((:file "defpackage") (:file "compiler-let" :depends-on ("defpackage")) (:file "macroexpand" :depends-on ("defpackage"))