
8 Jul
2007
8 Jul
'07
3:14 a.m.
Author: abaine Date: Sat Jul 7 23:14:20 2007 New Revision: 61 Modified: trunk/funds/src/funds.asd Log: Changed funds-clos defsystem form to funds. Modified: trunk/funds/src/funds.asd ============================================================================== --- trunk/funds/src/funds.asd (original) +++ trunk/funds/src/funds.asd Sat Jul 7 23:14:20 2007 @@ -2,12 +2,13 @@ ; -*- Lisp -*- (in-package :cl-user) -(defpackage #:funds-clos-asd + +(defpackage #:funds-asd (:use :cl :asdf)) -(in-package :funds-clos-asd) +(in-package :funds-asd) -(defsystem funds-clos +(defsystem funds :serial t :components ((:file "package") (:file "stack")