gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
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.25.1) at 2025年09月06日 16:47:56 +0000

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