r3472: *** empty log message ***
[hyperobject.git] / hyperobject-no-mop.lisp
index 56c7f5e31b7f51c19697ee235f4a0d64229e34e4..af75982a53178d398e378e7a5916639e2ffb91ed 100644 (file)
@@ -9,7 +9,7 @@
 ;;;;
 ;;;; This is a rewrite of hyperobjec't to avoid using metaclasses.
 ;;;;
-;;;; $Id: hyperobject-no-mop.lisp,v 1.3 2002/11/23 18:41:45 kevin Exp $
+;;;; $Id: hyperobject-no-mop.lisp,v 1.5 2002/11/25 02:10:38 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
        (symbol-name doc)
        doc)))
 
-(defun fmt-comma-integer (i)
-  (format nil "~:d" i))
-
 ;;;; Class initialization function
 (defun init-hyperobject-class (name meta)
     (let ((fmtstr-text "")
          (xml-value-func '())
          (package (symbol-package name)))
       (dolist (field (slot-value meta 'fields))
-       (declare (ignore rest))
        (let* ((name (name field))
               (print-formatter (print-formatter field))
               (type (ho-type field))