[movitz-devel] [PATCH] should ll-testing.lisp provide ll-testing?

Muli Ben-Yehuda mulix at mulix.org
Sat Apr 16 14:48:58 UTC 2005


Hi, 

I need this simple patch to compile CVS with cmucl 18e. Not sure it's
the right thing to do, but it works for me...

Error in function MOVITZ::SPECIAL-OPERATOR-REQUIRE:
   Compiling file "losp/ll-testing.lisp" didn't provide module :LL-TESTING.
   [Condition of type SIMPLE-ERROR]

Index: losp/ll-testing.lisp
===================================================================
RCS file: /project/movitz/cvsroot/movitz/losp/ll-testing.lisp,v
retrieving revision 1.1
diff -u -r1.1 ll-testing.lisp
--- losp/ll-testing.lisp	15 Apr 2005 07:03:09 -0000	1.1
+++ losp/ll-testing.lisp	16 Apr 2005 14:42:37 -0000
@@ -14,6 +14,8 @@
 ;;;;                
 ;;;;------------------------------------------------------------------
 
+(provide :ll-testing)
+
 (in-package muerte)
 
 (defun dump-global-segment-table (&key table entries nofill)


Cheers,
Muli
-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/




More information about the movitz-devel mailing list