[cells-cvs] CVS update: cells/doc/hw.lisp

Kenny Tilton ktilton at common-lisp.net
Mon Sep 26 15:36:07 UTC 2005


Update of /project/cells/cvsroot/cells/doc
In directory common-lisp.net:/tmp/cvs-serv9970/doc

Modified Files:
	hw.lisp 
Log Message:
Use #+(or) to reliably comment out forms
Date: Mon Sep 26 17:36:04 2005
Author: ktilton

Index: cells/doc/hw.lisp
diff -u cells/doc/hw.lisp:1.1 cells/doc/hw.lisp:1.2
--- cells/doc/hw.lisp:1.1	Fri May  6 23:05:55 2005
+++ cells/doc/hw.lisp	Mon Sep 26 17:36:04 2005
@@ -54,7 +54,7 @@
     (setf (salutation system) "hiya")
     (values)))
 
-#+test
+#+(or)
 (hello-world)
 
 #| output




More information about the Cells-cvs mailing list