Skip to content
Snippets Groups Projects
Commit 8ee1093c authored by ram's avatar ram
Browse files

Export ARRAY-DISPLACEMENT.

parent e2ac9f9f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/array.lisp,v 1.16 1992/03/24 11:03:16 phg Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/array.lisp,v 1.17 1992/12/10 00:35:16 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
bit-and bit-ior bit-xor bit-eqv bit-nand bit-nor bit-andc1 bit-andc2 bit-and bit-ior bit-xor bit-eqv bit-nand bit-nor bit-andc1 bit-andc2
bit-orc1 bit-orc2 bit-not array-has-fill-pointer-p bit-orc1 bit-orc2 bit-not array-has-fill-pointer-p
fill-pointer vector-push vector-push-extend vector-pop adjust-array fill-pointer vector-push vector-push-extend vector-pop adjust-array
adjustable-array-p row-major-aref)) adjustable-array-p row-major-aref array-displacement))
(in-package "KERNEL") (in-package "KERNEL")
(export '(%with-array-data)) (export '(%with-array-data))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment