Changeset 607
- Timestamp:
- 08/09/10 04:30:47 (15 years ago)
- Author:
- walter
- Message:
bugzilla 4503 forward reference to aliased template instance
- Files:
-
- branches/dmd-1.x/src/declaration.c (modified) (1 diff)
- trunk/src/declaration.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dmd-1.x/src/declaration.c
r517 r607 617 617 aliassym = new TypedefDeclaration(loc, ident, Type::terror, NULL); 618 618 } 619 (追記) else if (!aliassym && scope) (追記ここまで) 620 (追記) semantic(scope); (追記ここまで) 619 621 Dsymbol *s = aliassym ? aliassym->toAlias() : this; 620 622 return s; trunk/src/declaration.c
r527 r607 595 595 aliassym = new TypedefDeclaration(loc, ident, Type::terror, NULL); 596 596 } 597 (追記) else if (!aliassym && scope) (追記ここまで) 598 (追記) semantic(scope); (追記ここまで) 597 599 Dsymbol *s = aliassym ? aliassym->toAlias() : this; 598 600 return s;