Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Add initializer() to object.di
Browse files Browse the repository at this point in the history
In the original commit it wasn't added because object.di was removed,
but since we reverted that, we need to add it to object.di too.
  • Loading branch information
1 parent a9b9251 commit 65b3262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rt/include/object.di
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class TypeInfo
/// "next" TypeInfo (for an array its elements, for a pointer what it is pointed to,...)
TypeInfo next();
void[] init();
void[] initializer();
/// flags, 1: has possible pointers into GC memory
uint flags();
PointerMap pointermap();
Expand Down

0 comments on commit 65b3262

Please sign in to comment.