Run deferred semantic

This commit is contained in:
Alexey Prokhin
2011-01-04 14:03:27 +03:00
parent 7911589964
commit ceac300df2

View File

@@ -859,6 +859,9 @@ LDC_TARGETS
if (global.errors)
fatal();
Module::dprogress = 1;
Module::runDeferredSemantic();
// Do pass 2 semantic analysis
for (int i = 0; i < modules.dim; i++)
{