[cl-enumeration-cvs] CVS update: enumerations/enumerations.system
Update of /project/cl-enumeration/cvsroot/enumerations In directory common-lisp.net:/tmp/cvs-serv19540 Modified Files: enumerations.system Log Message: Added preliminary code to handle the ITERATE library. Date: Thu Jun 30 19:48:48 2005 Author: mantoniotti Index: enumerations/enumerations.system diff -u enumerations/enumerations.system:1.1.1.1 enumerations/enumerations.system:1.2 --- enumerations/enumerations.system:1.1.1.1 Wed Mar 9 19:18:02 2005 +++ enumerations/enumerations.system Thu Jun 30 19:48:48 2005 @@ -1,7 +1,6 @@ ;;; -*- Mode: Lisp -*- (mk:defsystem "ENUMERATIONS" - ;; :source-pathname "" :components ("enumerations-pkg" (:file "enumerations" :depends-on ("enumerations-pkg")) (:file "sequence-enumeration" :depends-on ("enumerations-pkg")) @@ -12,6 +11,8 @@ (:file "array-enumerations" :depends-on ("enumerations")) (:file "number-enumerations" :depends-on ("enumerations")) (:file "foreach" :depends-on ("enumerations")) + #+:iterate (:file "iterate-extension" + :depends-on ("enumerations")) )) ;;; end of file -- enumerations.system --
participants (1)
-
mantoniotti@common-lisp.net