Skip to content

Commit

Permalink
fix JuliaLang#1314. ok, got it this time :)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Sep 27, 2012
1 parent 9b441a1 commit f934b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jltypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2276,6 +2276,7 @@ void jl_init_types(void)
jl_tag_kind->fptr = jl_f_no_function;
jl_tag_kind->env = (jl_value_t*)jl_null;
jl_tag_kind->linfo = NULL;
jl_tag_kind->uid = jl_assign_type_uid();

jl_struct_kind->name = jl_new_typename(jl_symbol("CompositeKind"));
jl_struct_kind->name->primary = (jl_value_t*)jl_struct_kind;
Expand Down

0 comments on commit f934b6b

Please sign in to comment.