[movitz-cvs] CVS update: movitz/losp/muerte/read.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Apr 13 14:21:14 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv16565
Modified Files:
read.lisp
Log Message:
Moved *read-base* and *package* declarations to variables.lisp.
Date: Tue Apr 13 10:21:14 2004
Author: ffjeld
Index: movitz/losp/muerte/read.lisp
diff -u movitz/losp/muerte/read.lisp:1.2 movitz/losp/muerte/read.lisp:1.3
--- movitz/losp/muerte/read.lisp:1.2 Mon Jan 19 06:23:47 2004
+++ movitz/losp/muerte/read.lisp Tue Apr 13 10:21:14 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Wed Oct 17 21:50:42 2001
;;;;
-;;;; $Id: read.lisp,v 1.2 2004/01/19 11:23:47 ffjeld Exp $
+;;;; $Id: read.lisp,v 1.3 2004/04/13 14:21:14 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -18,8 +18,6 @@
(provide :muerte/read)
(in-package muerte)
-
-(defvar *read-base* 10)
(defun substring (string start end)
(if (and (zerop start) (= end (length string)))
More information about the Movitz-cvs
mailing list