X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Farray.lisp;h=3993a916068aa8d22fd57afd55878bdab9e3a7b3;hb=60d2531e0a12daa5a43e390affe9260688b17d21;hp=9d1045d3a44260d39b9d0f80aa03351e294a9ee8;hpb=2db3b6b4cb740d5b6512459c223859f747807b09;p=sbcl.git diff --git a/src/code/array.lisp b/src/code/array.lisp index 9d1045d..3993a91 100644 --- a/src/code/array.lisp +++ b/src/code/array.lisp @@ -253,7 +253,7 @@ (setf (%array-dimension array axis) dim) (incf axis))) array)))) - + ;;; DATA-VECTOR-FROM-INITS returns a simple vector that has the ;;; specified array characteristics. Dimensions is only used to pass ;;; to FILL-DATA-VECTOR for error checking on the structure of