mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Implemented C function for inlining ARRAY-DIMENSION
This commit is contained in:
parent
06c3b848d9
commit
39d9ee467d
2 changed files with 12 additions and 12 deletions
|
|
@ -318,6 +318,7 @@ extern ECL_API cl_object si_fill_array_with_elt(cl_object array, cl_object elt,
|
|||
extern ECL_API void FEwrong_dimensions(cl_object a, cl_index rank);
|
||||
extern ECL_API void FEwrong_index(cl_object a, cl_index ndx, cl_index upper);
|
||||
extern ECL_API cl_index ecl_to_index(cl_object n);
|
||||
extern ECL_API cl_index ecl_array_dimension(cl_object x, cl_index n);
|
||||
extern ECL_API cl_object ecl_aref_unsafe(cl_object x, cl_index index);
|
||||
extern ECL_API cl_object ecl_aset_unsafe(cl_object x, cl_index index, cl_object value);
|
||||
extern ECL_API cl_object ecl_aref(cl_object x, cl_index index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue