[movitz-cvs] CVS update: movitz/losp/muerte/variables.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Apr 13 14:21:19 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv16607
Modified Files:
variables.lisp
Log Message:
Moved *read-base* and *package* declarations to variables.lisp.
Date: Tue Apr 13 10:21:19 2004
Author: ffjeld
Index: movitz/losp/muerte/variables.lisp
diff -u movitz/losp/muerte/variables.lisp:1.4 movitz/losp/muerte/variables.lisp:1.5
--- movitz/losp/muerte/variables.lisp:1.4 Tue Apr 6 10:31:09 2004
+++ movitz/losp/muerte/variables.lisp Tue Apr 13 10:21:19 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.4 2004/04/06 14:31:09 ffjeld Exp $
+;;;; $Id: variables.lisp,v 1.5 2004/04/13 14:21:19 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -33,6 +33,9 @@
(defvar + nil)
(defvar ++ nil)
(defvar +++ nil)
+
+(defvar *read-base* 10)
+(defvar *package*)
(defparameter *debugger-hook* nil)
(defvar *active-condition-handlers* nil)
More information about the Movitz-cvs
mailing list