side-step make-array in make-info - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2014年09月18日 09:58:32 -0400
committerCamm Maguire <camm@debian.org>2014年09月18日 09:58:32 -0400
commitb498d7148e7cc57ec32f95ff02536b9990ca06a6 (patch)
treebd11959556553525fc4fb665e7f3da017e91e2c1
parent73318119cb2dce50b5df7a0f6706e1e0bcda5c8d (diff)
downloadgcl-b498d7148e7cc57ec32f95ff02536b9990ca06a6.tar.gz
side-step make-array in make-info
Diffstat
-rwxr-xr-xgcl/cmpnew/gcl_cmpinline.lsp 4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcl/cmpnew/gcl_cmpinline.lsp b/gcl/cmpnew/gcl_cmpinline.lsp
index 8d7108b37..79d6383f7 100755
--- a/gcl/cmpnew/gcl_cmpinline.lsp
+++ b/gcl/cmpnew/gcl_cmpinline.lsp
@@ -30,8 +30,8 @@
;;; are large, as occurs at present in running the random-int-form tester.
;;; 20040320 CM
-
-(defmacro mia (x y) `(make-array ,x :adjustable t :fill-pointer ,y))
+(defmacro mia (x y) `(si:make-vector t ,x t ,y nil 0 nil nil))
+;(defmacro mia (x y) `(make-array ,x :adjustable t :fill-pointer ,y))
(defmacro eql-not-nil (x y) `(and ,x (eql ,x ,y)))
(defstruct (info (:copier old-copy-info))
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月05日 18:38:10 +0000

AltStyle によって変換されたページ (->オリジナル) /