Skip to content
Snippets Groups Projects
Commit 4050bf29 authored by rtoy's avatar rtoy
Browse files

Fix typo. * should be :maybe since array-type-complexp slot can only

be T, NIL, or :MAYBE.
parent 8dce093d
No related branches found
No related tags found
No related merge requests found
......@@ -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.")))))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment