mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-09 17:04:12 +02:00
Merged DMD 1.042.
This commit is contained in:
@@ -117,7 +117,7 @@ char *Declaration::mangle()
|
||||
return ident->toChars();
|
||||
|
||||
case LINKcpp:
|
||||
#if V2 && (TARGET_LINUX || TARGET_OSX)
|
||||
#if DMDV2 && (TARGET_LINUX || TARGET_OSX)
|
||||
return cpp_mangle(this);
|
||||
#else
|
||||
// Windows C++ mangling is done by C++ back end
|
||||
|
||||
Reference in New Issue
Block a user