Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Re-add forward declaration of _d_monitordelete
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Sep 24, 2014
1 parent ece2cdd commit f9c9345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rt/lifetime.d
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ private
alias bool function(Object) CollectHandler;
__gshared CollectHandler collectHandler = null;

extern (C) void _d_monitordelete(Object h, bool det);

enum : size_t
{
PAGESIZE = 4096,
Expand Down

0 comments on commit f9c9345

Please sign in to comment.