mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Resolved small merge conflict.
FuncAliasDeclaration::mangle() was wrongly put into '#if IN_DMD' block.
This commit is contained in:
@@ -928,8 +928,8 @@ struct FuncAliasDeclaration : FuncDeclaration
|
||||
const char *kind();
|
||||
#if IN_DMD
|
||||
Symbol *toSymbol();
|
||||
char *mangle() { return toAliasFunc()->mangle(); }
|
||||
#endif
|
||||
char *mangle() { return toAliasFunc()->mangle(); }
|
||||
|
||||
FuncDeclaration *toAliasFunc();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user