[lisplab-cvs] r51 - system

Jørn Inge Vestgården jivestgarden at common-lisp.net
Sat Jun 6 12:06:51 UTC 2009


Author: jivestgarden
Date: Sat Jun  6 08:06:50 2009
New Revision: 51

Log:
deleted system directory

Removed:
   system/
Modified:
   start.lisp

Modified: start.lisp
==============================================================================
--- start.lisp	(original)
+++ start.lisp	Sat Jun  6 08:06:50 2009
@@ -1,6 +1,8 @@
 
 (in-package :cl-user)
 
+(setf *READ-DEFAULT-FLOAT-FORMAT* 'double-float)
+
 (defun load-lisplab ()
   (asdf:oos 'asdf:load-op 'lisplab)  
   (let ((asdf:*compile-file-failure-behaviour* :ignore))




More information about the lisplab-cvs mailing list