-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -806,6 +806,7 @@ STATIC_INLINE jl_function_t *jl_get_function(jl_module_t *m, const char *name) | |
} | ||
DLLEXPORT void jl_module_run_initializer(jl_module_t *m); | ||
jl_function_t *jl_module_call_func(jl_module_t *m); | ||
int is_submodule(jl_module_t *parent, jl_module_t *child); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
timholy
Author
Member
|
||
|
||
// eq hash tables | ||
DLLEXPORT jl_array_t *jl_eqtable_put(jl_array_t *h, void *key, void *val); | ||
|
this should be DLLEXPORT if it is going in this file. otherwise, it should be in julia_internal.h