Changeset 294
- Timestamp:
- 04/20/08 22:17:51 (8 months ago)
- Files:
-
- trunk/ddl/Linker.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ddl/Linker.d
r293 r294 211 211 } 212 212 } 213 214 mod.resolveFixups(); 213 215 } 214 216 } … … 272 274 273 275 auto otherSym = otherMod.getSymbol(sym.name); 276 274 277 if (SymbolType.Unresolved != otherSym.type) { 275 278 /+if (
