X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Farray.lisp;h=a15b4eb69b14369824285fbc449f03a6c2c62d37;hb=ce86ba5f70b9e35bfb795402913f417de493e23f;hp=20912c2ca10674ef9379b2392866a6ceff55b80b;hpb=9375ef50cfc7a1804bb1bf3766ee79874e8ae2b6;p=jscl.git diff --git a/src/array.lisp b/src/array.lisp index 20912c2..a15b4eb 100644 --- a/src/array.lisp +++ b/src/array.lisp @@ -13,6 +13,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading array.lisp!") + (defun upgraded-array-element-type (typespec &optional environment) (declare (ignore environment)) (if (eq typespec 'character)