mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
Merge dmd 1.056.
This commit is contained in:
+1
-1
@@ -1281,7 +1281,7 @@ int FuncDeclaration::canInline(int hasthis, int hdrscan)
|
||||
if (needThis() && !hasthis)
|
||||
return 0;
|
||||
|
||||
if (inlineNest || (semanticRun < 3 && !hdrscan))
|
||||
if (inlineNest || (semanticRun < PASSsemantic3 && !hdrscan))
|
||||
{
|
||||
#if CANINLINE_LOG
|
||||
printf("\t1: no, inlineNest = %d, semanticRun = %d\n", inlineNest, semanticRun);
|
||||
|
||||
Reference in New Issue
Block a user