From 4050bf29ee8b189a6b13670336817b57dc4bff2a Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 2 May 2005 13:55:50 +0000
Subject: [PATCH] Fix typo. * should be :maybe since array-type-complexp slot
 can only be T, NIL, or :MAYBE.

---
 compiler/array-tran.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/array-tran.lisp b/compiler/array-tran.lisp
index 6d65e8be6..2bb30a654 100644
--- a/compiler/array-tran.lisp
+++ b/compiler/array-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.38 2005/02/25 17:14:38 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.39 2005/05/02 13:55:50 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -491,7 +491,7 @@
 	     t)
 	    ((nil)
 	     nil)
-	    (*
+	    (:maybe
 	     (give-up "Array type ambiguous; must call ~
 	              array-has-fill-pointer-p at runtime.")))))))
 
-- 
GitLab