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

Commit

Permalink
Merge pull request #857 from klickverbot/minfo-import
Browse files Browse the repository at this point in the history
[trivial] Make rt.minfo import in object_.d function-local.
  • Loading branch information
MartinNowak committed Jul 3, 2014
2 parents 2ab86f5 + fe2bea4 commit 8ce64c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_.d
Expand Up @@ -27,7 +27,6 @@ private
import core.memory;
import rt.util.hash;
import rt.util.string;
import rt.minfo;
debug(PRINTF) import core.stdc.stdio;

extern (C) void onOutOfMemoryError(void* pretend_sideffect = null) @trusted pure nothrow; /* dmd @@@BUG11461@@@ */
Expand Down Expand Up @@ -1729,6 +1728,7 @@ const:

static int opApply(scope ApplyDg dg)
{
import rt.minfo;
return rt.minfo.moduleinfos_apply(dg);
}
}
Expand Down

0 comments on commit 8ce64c5

Please sign in to comment.