Skip to content
Snippets Groups Projects
Commit de18c122 authored by Liam Healy's avatar Liam Healy
Browse files

Make marrays make from pointer with copy

Make marrays from pointer with #'copy instead of make-marray;
:from-pointer argument removed from #'make-marray.  Define a macro
foreign-pointer-method that for most implementations just returns the
form.  For CLISP however, it checks that the pointer is of type
+foreign-pointer-type+, because in CLISP the foreign pointer class is
T.  Export marray subclass names.
parent e4a26746
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment