Update of /project/movitz/cvsroot/movitz/losp/lib In directory common-lisp.net:/tmp/cvs-serv29887
Modified Files: named-integers.lisp Log Message: *** empty log message *** Date: Thu Dec 9 15:12:42 2004 Author: ffjeld
Index: movitz/losp/lib/named-integers.lisp diff -u movitz/losp/lib/named-integers.lisp:1.4 movitz/losp/lib/named-integers.lisp:1.5 --- movitz/losp/lib/named-integers.lisp:1.4 Wed May 5 10:24:21 2004 +++ movitz/losp/lib/named-integers.lisp Thu Dec 9 15:12:41 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.4 2004/05/05 08:24:21 ffjeld Exp $ +;;;; $Id: named-integers.lisp,v 1.5 2004/12/09 14:12:41 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -85,6 +85,7 @@ ',integer-list ',name-list)))) (eval-when (:compile-toplevel) + ,@constant-declarations (export ',constant-exports)) ,@constant-declarations ',type-name))))