Changeset 294

Show
Ignore:
Timestamp:
04/20/08 22:17:51 (8 months ago)
Author:
h3r3tic
Message:

smallish fix for the linker

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ddl/Linker.d

    r293 r294  
    211211                    } 
    212212                } 
     213 
     214                mod.resolveFixups(); 
    213215            } 
    214216        } 
     
    272274                 
    273275                auto otherSym = otherMod.getSymbol(sym.name); 
     276                 
    274277                if (SymbolType.Unresolved != otherSym.type) { 
    275278                /+if (