Update of /project/cl-enumeration/cvsroot/enumerations In directory cl-net:/tmp/cvs-serv31624 Modified Files: array-enumerations.lisp Log Message: Copyright updated and other minor cosmetic changes. --- /project/cl-enumeration/cvsroot/enumerations/array-enumerations.lisp 2005/03/09 18:18:02 1.1.1.1 +++ /project/cl-enumeration/cvsroot/enumerations/array-enumerations.lisp 2010/12/30 13:19:56 1.2 @@ -1,11 +1,16 @@ ;;; -*- Mode: Lisp -*- -(in-package "CL.EXTENSIONS.ENUMERATIONS") +;;;; array-enumerations.lisp -- +;;;; +;;;; See file COPYING for copyright and licensing information. -;;;--------------------------------------------------------------------------- -;;; Array Table Enumeration. +(in-package "CL.EXTENSIONS.DAC.ENUMERATIONS") -(defclass array-table-enumeration (bounded-enumeration bi-directional-enumeration) +;;;;=========================================================================== +;;;; Array Table Enumeration. + +(defclass array-table-enumeration (bounded-enumeration + bi-directional-enumeration) () (:documentation "The Array Table Enumeration Class.")) @@ -78,4 +83,4 @@ (setf (enumeration-cursor x) (enumeration-start x))) -;;; end of file -- enumerations.lisp -- +;;;; end of file -- array-enumerations.lisp --