forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export the jl_get_nth_field symbol in libjulia.
This isn't used directly outside of src, but repl code uses jl_fieldref in several places, which is a macro that expands to use jl_get_nth_field, so jl_get_nth_field needs to be exported in the julia shared library.
- Loading branch information
1 parent
2767d99
commit b624486
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters