From 715c365a6269a166b4d456989527e0b9e29182ae Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 15 Feb 1990 14:54:08 +0000
Subject: [PATCH] Fixed DEFPRINTER for CLEANUP to print the CONTINUATION-USE of
 the start rather than the next.

---
 compiler/node.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/node.lisp b/compiler/node.lisp
index 07d402bb7..c2f9196c2 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -410,7 +410,7 @@
 
 (defprinter cleanup
   kind
-  (start :prin1 (continuation-next start))
+  (start :prin1 (continuation-use start))
   (nlx-info :test nlx-info))
 
 
-- 
GitLab