From d94c2f5c302c5f22bbe7cba33089217dd1026856 Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Thu, 7 Oct 2004 13:08:48 +0000
Subject: [PATCH] Removed sb-c:insert-step-conditions declaration for SBCL,
 which is no longer necessary

---
 ansi-tests/random-int-form.lsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansi-tests/random-int-form.lsp b/ansi-tests/random-int-form.lsp
index a0490a94..5d907771 100644
--- a/ansi-tests/random-int-form.lsp
+++ b/ansi-tests/random-int-form.lsp
@@ -208,7 +208,7 @@
 (defun make-random-optimize-settings ()
   (loop for settings = (list*
 			(list 'speed (random 4))
-			#+sbcl '(sb-c:insert-step-conditions 0)
+			; #+sbcl '(sb-c:insert-step-conditions 0)
 			(loop for s in '(space safety debug compilation-speed)
 			      for n = (random 4)
 			      collect (list s n)))
-- 
GitLab