We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e5e11 commit c23f0dbCopy full SHA for c23f0db
src/gc-common.c
@@ -693,10 +693,6 @@ JL_DLLEXPORT jl_weakref_t *jl_gc_new_weakref(jl_value_t *value)
693
return jl_gc_new_weakref_th(ptls, value);
694
}
695
696
-JL_DLLEXPORT jl_datatype_t **jl_get_ijl_small_typeof(void) {
697
- return ijl_small_typeof;
698
-}
699
-
700
const uint64_t _jl_buff_tag[3] = {0x4eadc0004eadc000ull, 0x4eadc0004eadc000ull, 0x4eadc0004eadc000ull}; // aka 0xHEADER00
701
JL_DLLEXPORT uintptr_t jl_get_buff_tag(void) JL_NOTSAFEPOINT
702
{
0 commit comments