Commit 2bffd0f1 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Use #+clozure instead of #+ccl

parent 176ab375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")

  (deftype fatal-condition ()
    `(and serious-condition #+ccl (not ccl:process-reset))))
    `(and serious-condition #+clozure (not ccl:process-reset))))

;;; Exiting properly or im-
(with-upgradability ()