Skip to content

Commit

Permalink
Export several genericmemory-related functions from C (#52475)
Browse files Browse the repository at this point in the history
The functionality of `jl_array_isassigned`, `jl_arrayref`,
`jl_arrayset`, and `jl_arrayunset` has been moved to new functions, but
those new functions aren't exported. This PR exports them.
  • Loading branch information
Taaitaaiger authored Dec 11, 2023
1 parent 69e9005 commit 456951f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jl_exported_funcs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
XX(jl_array_ptr) \
XX(jl_array_ptr_1d_append) \
XX(jl_array_ptr_1d_push) \
XX(jl_genericmemory_isassigned) \
XX(jl_genericmemory_owner) \
XX(jl_genericmemoryref) \
XX(jl_genericmemoryset) \
XX(jl_genericmemoryunset) \
XX(jl_array_rank) \
XX(jl_array_to_string) \
XX(jl_atexit_hook) \
Expand Down

0 comments on commit 456951f

Please sign in to comment.