Merge pull request #3273 from divayprakash/fix-common-lisp

Fix default make-array value, closes #2578
This commit is contained in:
Divay Prakash 2018-10-09 22:51:55 +05:30 committed by GitHub
commit 93fc04dbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,7 +284,8 @@ nil ; false; also, the empty list: ()
;;; To access the element at 1, 1, 1:
(aref (make-array (list 2 2 2)) 1 1 1) ; => 0
;;; This value is implementation-defined:
;;; NIL on ECL, 0 on SBCL and CCL.
;;; Adjustable vectors