From c9ea4f9f55d205d92f3994b07f01b172d7d48b9a Mon Sep 17 00:00:00 2001
From: camm <camm@localhost>
Date: Sun, 18 Sep 2005 01:40:45 +0000
Subject: [PATCH] No nil arrays in GCL

---
 ansi-tests/notes.lsp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansi-tests/notes.lsp b/ansi-tests/notes.lsp
index 95d5bc8e..25c226d8 100644
--- a/ansi-tests/notes.lsp
+++ b/ansi-tests/notes.lsp
@@ -49,3 +49,4 @@ If negative zeros are distinct this is probably not good, since it makes (defcon
 ;;; Haible disagrees with :result-type-element-type-by-subtype
 #+clisp (rt::disable-note :result-type-element-type-by-subtype)
 #+(or openmcl gcl) (rt::disable-note :nil-vectors-are-strings)
+#+gcl (rt::disable-note :allow-nil-arrays)
-- 
GitLab