mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 14:10:11 +03:00
Get rid of obsolete CppRuntime_DigitalMars special cases
This commit is contained in:
parent
f08bbff91f
commit
01c9c22f3f
10 changed files with 24 additions and 136 deletions
|
@ -4,7 +4,6 @@
|
|||
module cppmangle3;
|
||||
|
||||
version (CppRuntime_Clang) version = CppMangle_Itanium;
|
||||
version (CppRuntime_DigitalMars) version = CppMangle_MSVC;
|
||||
version (CppRuntime_Gcc) version = CppMangle_Itanium;
|
||||
version (CppRuntime_Microsoft) version = CppMangle_MSVC;
|
||||
version (CppRuntime_Sun) version = CppMangle_Itanium;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue