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 6abaed1 commit 79421deCopy full SHA for 79421de
1 file changed
src/julia.h
@@ -636,11 +636,11 @@ typedef struct _jl_module_t {
636
intptr_t hash;
637
} jl_module_t;
638
639
-typedef struct _jl_globalref_t {
+struct _jl_globalref_t {
640
jl_module_t *mod;
641
jl_sym_t *name;
642
jl_binding_t *binding;
643
-} jl_globalref_t;
+};
644
645
// one Type-to-Value entry
646
typedef struct _jl_typemap_entry_t {
0 commit comments