[cells-cvs] CVS update: cells/cells-test/internal-combustion.lisp
Kenny Tilton
ktilton at common-lisp.net
Mon Sep 26 15:38:36 UTC 2005
Update of /project/cells/cvsroot/cells/cells-test
In directory common-lisp.net:/tmp/cvs-serv10081/cells-test
Modified Files:
internal-combustion.lisp
Log Message:
Use #+(or) to reliably comment out forms
Date: Mon Sep 26 17:38:35 2005
Author: ktilton
Index: cells/cells-test/internal-combustion.lisp
diff -u cells/cells-test/internal-combustion.lisp:1.3 cells/cells-test/internal-combustion.lisp:1.4
--- cells/cells-test/internal-combustion.lisp:1.3 Mon Sep 26 17:36:00 2005
+++ cells/cells-test/internal-combustion.lisp Mon Sep 26 17:38:35 2005
@@ -100,7 +100,7 @@
(eql :diesel (setf (fuel (make-be 'engine :fuel :gas)) :diesel)))
;;
;;
- #+(or)error ;; Cloucell needed to hold a Cell in a non cellular slot. duh.
+ #+(or) ;; not an error: Cloucell needed to hold a Cell in a non cellular slot. duh.
(cv-assert
(handler-case
(progn
More information about the Cells-cvs
mailing list