CMUCL commit: src/code (module.lisp)

Raymond Toy rtoy at common-lisp.net
Wed May 12 04:50:11 CEST 2010


    Date: Tuesday, May 11, 2010 @ 22:50:11
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/code

Modified: module.lisp

Remove the cmu-contrib module since the modules can be loaded using
asdf. 


-------------+
 module.lisp |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


Index: src/code/module.lisp
diff -u src/code/module.lisp:1.15 src/code/module.lisp:1.16
--- src/code/module.lisp:1.15	Mon May 10 15:30:40 2010
+++ src/code/module.lisp	Tue May 11 22:50:11 2010
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /project/cmucl/cvsroot/src/code/module.lisp,v 1.15 2010-05-10 19:30:40 rtoy Exp $")
+  "$Header: /project/cmucl/cvsroot/src/code/module.lisp,v 1.16 2010-05-12 02:50:11 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 
@@ -143,6 +143,3 @@
 (defmodule :asdf
     "modules:asdf/asdf")
 
-;; Meta contrib that loads up definitions for all other contribs
-(defmodule "cmu-contribs"
-    "modules:contrib.lisp")



More information about the cmucl-commit mailing list