[cl-enumeration-cvs] CVS enumerations
mantoniotti
mantoniotti at common-lisp.net
Thu Dec 30 13:27:14 UTC 2010
Update of /project/cl-enumeration/cvsroot/enumerations
In directory cl-net:/tmp/cvs-serv2757
Modified Files:
number-enumerations.lisp
Log Message:
Copyright updated and other minor cosmetic changes.
--- /project/cl-enumeration/cvsroot/enumerations/number-enumerations.lisp 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/number-enumerations.lisp 2010/12/30 13:27:13 1.2
@@ -1,10 +1,14 @@
-;;; -*- Mode: Lisp -*-
+;;;; -*- Mode: Lisp -*-
-(in-package "CL.EXTENSIONS.ENUMERATIONS")
+;;;; number-enumerations.lisp --
+;;;;
+;;;; See file COPYING for copyright and licensing information.
+(in-package "CL.EXTENSIONS.DAC.ENUMERATIONS")
-;;;---------------------------------------------------------------------------
-;;; Vector Enumeration.
+
+;;;;===========================================================================
+;;;; Number Enumeration.
(defclass number-enumeration (bounded-enumeration
bi-directional-enumeration
@@ -106,4 +110,4 @@
(enumerate 'number :start start :end end :by incr))
-;;; end of file -- number-enumerations.lisp --
+;;;; end of file -- number-enumerations.lisp --
More information about the Cl-enumeration-cvs
mailing list