From ab8aaf9a78e3ed76b429af1121670b8b8579f28c Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 11 Feb 1994 15:20:07 +0000 Subject: [PATCH] Fix purify #-no-hemlock to #-(or runtime no-hemlock) --- tools/worldload.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/worldload.lisp b/tools/worldload.lisp index 412ba6e2d..5354a5acf 100644 --- a/tools/worldload.lisp +++ b/tools/worldload.lisp @@ -6,7 +6,7 @@ ;;; If you want to use this code or any part of CMU Common Lisp, please contact ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.72 1994/02/11 13:38:00 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.73 1994/02/11 15:20:07 ram Exp $ ;;; ;;; ********************************************************************** ;;; @@ -220,4 +220,4 @@ ;; ;; Save the lisp. (save-lisp "lisp.core" :root-structures - `(ed #-no-hemlock ,hi::*global-command-table*))) + `(ed #-(or runtime no-hemlock) ,hi::*global-command-table*))) -- GitLab