Skip to content
Snippets Groups Projects
Commit 2bffd0f1 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Use #+clozure instead of #+ccl

parent 176ab375
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ before the image dump hooks are called and before the image is dumped.") ...@@ -51,7 +51,7 @@ before the image dump hooks are called and before the image is dumped.")
"Functions to call (in order) when before an image is dumped") "Functions to call (in order) when before an image is dumped")
(deftype fatal-condition () (deftype fatal-condition ()
`(and serious-condition #+ccl (not ccl:process-reset)))) `(and serious-condition #+clozure (not ccl:process-reset))))
;;; Exiting properly or im- ;;; Exiting properly or im-
(with-upgradability () (with-upgradability ()
......
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