Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
ab8aaf9a
Commit
ab8aaf9a
authored
Feb 11, 1994
by
ram
Browse files
Fix purify #-no-hemlock to #-(or runtime no-hemlock)
parent
9bd8bac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/worldload.lisp
View file @
ab8aaf9a
...
...
@@ -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.7
2
1994/02/11 1
3:38:00
ram Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.7
3
1994/02/11 1
5: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*
)))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment