Skip to content
Snippets Groups Projects
Commit d2767a10 authored by rtoy's avatar rtoy
Browse files

(require "asdf") loads asdf now.

This change need to support the new recommended way of loading asdf2
with require.  This is a backward compatible change.
parent c3e0c711
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.16 2010/05/12 02:50:11 rtoy Rel $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.17 2011/06/08 15:56:55 rtoy Exp $")
;;;
;;; **********************************************************************
......@@ -140,6 +140,10 @@
(defmodule :defsystem
"modules:defsystem/defsystem")
;; Allow user to load asdf using either (require :asdf) or (require
;; "asdf")
(defmodule :asdf
"modules:asdf/asdf")
(defmodule "asdf"
"modules:asdf/asdf")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment