From c9dc970f83fe338f77ad874a333850749a73f9ab Mon Sep 17 00:00:00 2001 From: emarsden <emarsden> Date: Mon, 5 May 2003 16:13:59 +0000 Subject: [PATCH] Loading Hemlock causes :hemlock to be provided, so that REQUIRE doesn't reload it. --- hemlock/rompsite.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hemlock/rompsite.lisp b/hemlock/rompsite.lisp index ea600c1fe..306035add 100644 --- a/hemlock/rompsite.lisp +++ b/hemlock/rompsite.lisp @@ -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/hemlock/rompsite.lisp,v 1.16 2003/02/25 15:18:34 emarsden Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.17 2003/05/05 16:13:59 emarsden Rel $") ;;; ;;; ********************************************************************** ;;; @@ -1173,3 +1173,6 @@ (system:without-hemlock (unix:unix-kill (unix:unix-getpid) :sigstop)) T) + + +(provide :hemlock) -- GitLab