From 6ab3e29ccb1610cd4f5e39f30ad7cbe568aea1f6 Mon Sep 17 00:00:00 2001
From: camm <camm@localhost>
Date: Tue, 27 Mar 2007 22:53:48 +0000
Subject: [PATCH] use-fast-links in ansi-tests;process-warning safety 1 to keep
 check-type FIXME;sigs from call-hasht-table in compiler TODO
 centralize;remove sort expander macro and rely on generic maybe-inline with
 new sort function definition FIXME comp-key and comp-test, performace;fix
 labels/flet propagation;fix write-char and write-byte optional compilation
 FIXME;subtype of declared type in set-var-init-type;fix write-char
 inline;comment out unused compiler-def-hook for now FIXME find out the origin
 and purpose of this;fix copy-readtable;make empty gcl_recompile.lsp in boot

---
 ansi-tests/doit.lsp    | 2 ++
 ansi-tests/gclload.lsp | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/ansi-tests/doit.lsp b/ansi-tests/doit.lsp
index ec173eec..f9e48bc8 100644
--- a/ansi-tests/doit.lsp
+++ b/ansi-tests/doit.lsp
@@ -31,6 +31,8 @@
   (rtest:disable-note :allow-nil-arrays)
   (rtest:disable-note :nil-vectors-are-strings))
 
+#+gcl(si::use-fast-links nil)
+
 (in-package :cl-test)
 
 ;;; These two tests will misbehave if the tests are being
diff --git a/ansi-tests/gclload.lsp b/ansi-tests/gclload.lsp
index 087a2f18..7ab53886 100644
--- a/ansi-tests/gclload.lsp
+++ b/ansi-tests/gclload.lsp
@@ -26,6 +26,8 @@
   (rt:disable-note :assume-no-simple-streams)
   (rt:disable-note :assume-no-gray-streams))
 
+#+gcl(si::use-fast-links nil)
+
 (in-package :cl-test)
 
 ;;; These two tests will misbehave if the tests are being
-- 
GitLab