From 2bffd0f102732eb7a69dcd219571509c99bcdf14 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Fri, 2 Sep 2016 08:00:00 -0400
Subject: [PATCH] Use #+clozure instead of #+ccl

---
 uiop/image.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uiop/image.lisp b/uiop/image.lisp
index fa1e9881..025d5a5b 100644
--- a/uiop/image.lisp
+++ b/uiop/image.lisp
@@ -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 ()
-- 
GitLab