Update of /project/movitz/cvsroot/movitz/losp/lib In directory common-lisp.net:/tmp/cvs-serv1661
Modified Files: named-integers.lisp Log Message: *** empty log message *** Date: Fri Dec 10 13:47:23 2004 Author: ffjeld
Index: movitz/losp/lib/named-integers.lisp diff -u movitz/losp/lib/named-integers.lisp:1.5 movitz/losp/lib/named-integers.lisp:1.6 --- movitz/losp/lib/named-integers.lisp:1.5 Thu Dec 9 15:12:41 2004 +++ movitz/losp/lib/named-integers.lisp Fri Dec 10 13:47:22 2004 @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Fri Jan 4 16:13:46 2002 ;;;; -;;;; $Id: named-integers.lisp,v 1.5 2004/12/09 14:12:41 ffjeld Exp $ +;;;; $Id: named-integers.lisp,v 1.6 2004/12/10 12:47:22 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -85,7 +85,7 @@ ',integer-list ',name-list)))) (eval-when (:compile-toplevel) - ,@constant-declarations +;;; ,@constant-declarations (export ',constant-exports)) ,@constant-declarations ',type-name))))