[movitz-cvs] CVS update: movitz/losp/muerte/variables.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Wed Mar 24 18:39:53 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv31107
Modified Files:
variables.lisp
Log Message:
Added muerte:*build-number* magic variable that gets initialized to
the build number, aka. bootblock ID.
Date: Wed Mar 24 13:39:53 2004
Author: ffjeld
Index: movitz/losp/muerte/variables.lisp
diff -u movitz/losp/muerte/variables.lisp:1.1.1.1 movitz/losp/muerte/variables.lisp:1.2
--- movitz/losp/muerte/variables.lisp:1.1.1.1 Tue Jan 13 06:05:06 2004
+++ movitz/losp/muerte/variables.lisp Wed Mar 24 13:39:53 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Wed Nov 5 21:53:34 2003
;;;;
-;;;; $Id: variables.lisp,v 1.1.1.1 2004/01/13 11:05:06 ffjeld Exp $
+;;;; $Id: variables.lisp,v 1.2 2004/03/24 18:39:53 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -37,3 +37,5 @@
(defparameter *debugger-hook* nil)
(defvar internal-time-units-per-second)
+
+(defvar *build-number* :unknown)
\ No newline at end of file
More information about the Movitz-cvs
mailing list