[cl-enumeration-cvs] CVS enumerations
mantoniotti
mantoniotti at common-lisp.net
Thu Dec 30 13:24:24 UTC 2010
Update of /project/cl-enumeration/cvsroot/enumerations
In directory cl-net:/tmp/cvs-serv2113
Modified Files:
hash-table-enumerations.lisp
Log Message:
Copyright updated and other minor cosmetic changes.
--- /project/cl-enumeration/cvsroot/enumerations/hash-table-enumerations.lisp 2005/06/30 17:48:05 1.2
+++ /project/cl-enumeration/cvsroot/enumerations/hash-table-enumerations.lisp 2010/12/30 13:24:23 1.3
@@ -1,10 +1,14 @@
-;;; -*- Mode: Lisp -*-
+;;;; -*- Mode: Lisp -*-
-(in-package "CL.EXTENSIONS.ENUMERATIONS")
+;;;; hash-table-enumerations.lisp --
+;;;;
+;;;; See file COPYING for copyright and licensing information.
+(in-package "CL.EXTENSIONS.DAC.ENUMERATIONS")
-;;;---------------------------------------------------------------------------
-;;; Hash Table Enumerations.
+
+;;;;===========================================================================
+;;;; Hash Table Enumerations.
(defclass hash-table-enumeration (enumeration)
((keysp :reader keysp :initarg :keys)
@@ -88,4 +92,4 @@
(reset (underlying-enumeration x)))
-;;; end of file -- hash-table-enumerations.lisp --
+;;;; end of file -- hash-table-enumerations.lisp --
More information about the Cl-enumeration-cvs
mailing list