Update of /project/movitz/cvsroot/movitz/losp/muerte In directory common-lisp.net:/tmp/cvs-serv3521
Modified Files: variables.lisp Log Message: Use declaim rather than defvar for *build-number*.
Date: Wed Mar 24 18:42:49 2004 Author: ffjeld
Index: movitz/losp/muerte/variables.lisp diff -u movitz/losp/muerte/variables.lisp:1.2 movitz/losp/muerte/variables.lisp:1.3 --- movitz/losp/muerte/variables.lisp:1.2 Wed Mar 24 13:39:53 2004 +++ movitz/losp/muerte/variables.lisp Wed Mar 24 18:42:49 2004 @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Wed Nov 5 21:53:34 2003 ;;;; -;;;; $Id: variables.lisp,v 1.2 2004/03/24 18:39:53 ffjeld Exp $ +;;;; $Id: variables.lisp,v 1.3 2004/03/24 23:42:49 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -38,4 +38,4 @@
(defvar internal-time-units-per-second)
-(defvar *build-number* :unknown) \ No newline at end of file +(declaim (special *build-number*)) \ No newline at end of file