[lisplab-cvs] r189 - trunk

Jørn Inge Vestgården jivestgarden at common-lisp.net
Sun Oct 24 09:05:35 UTC 2010


Author: jivestgarden
Date: Sun Oct 24 05:05:35 2010
New Revision: 189

Log:
Fix to last commit

Modified:
   trunk/lisplab.asd

Modified: trunk/lisplab.asd
==============================================================================
--- trunk/lisplab.asd	(original)
+++ trunk/lisplab.asd	Sun Oct 24 05:05:35 2010
@@ -63,7 +63,7 @@
      ))
 
    (:module :src/util
-    :depends-on ("package")
+    :depends-on (src/core) ; Fixit: it only needs package and define-constant
     :serial t
     :components 
     ((:file "type") 




More information about the lisplab-cvs mailing list