[cl-enumeration-cvs] CVS enumerations
mantoniotti
mantoniotti at common-lisp.net
Thu Dec 30 13:32:42 UTC 2010
Update of /project/cl-enumeration/cvsroot/enumerations
In directory cl-net:/tmp/cvs-serv6000
Modified Files:
vector-enumerations.lisp
Log Message:
Copyright updated and other minor cosmetic changes.
--- /project/cl-enumeration/cvsroot/enumerations/vector-enumerations.lisp 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/vector-enumerations.lisp 2010/12/30 13:32:41 1.2
@@ -1,10 +1,13 @@
-;;; -*- Mode: Lisp -*-
+;;;; -*- Mode: Lisp -*-
-(in-package "CL.EXTENSIONS.ENUMERATIONS")
+;;;; vector-enumeration.lisp --
+;;;;
+;;;; See file COPYING for copyright and licensing information.
+(in-package "CL.EXTENSIONS.DAC.ENUMERATIONS")
-;;;---------------------------------------------------------------------------
-;;; Vector Enumeration.
+;;;;===========================================================================
+;;;; Vector Enumeration.
(defclass vector-enumeration (sequence-enumeration bi-directional-enumeration)
((cursor :type fixnum)))
More information about the Cl-enumeration-cvs
mailing list