mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-23 00:03:14 +01:00
@@ -3034,7 +3034,9 @@ Type *TypeFunction::semantic(Loc loc, Scope *sc)
|
||||
}
|
||||
}
|
||||
|
||||
tf->linkage = sc->linkage;
|
||||
if(tf->linkage == LINKd)
|
||||
tf->linkage = sc->linkage;
|
||||
|
||||
if (tf->next)
|
||||
{
|
||||
tf->next = tf->next->semantic(loc,sc);
|
||||
|
||||
Reference in New Issue
Block a user