mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 06:00:13 +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
|
@ -8,7 +8,6 @@
|
|||
import core.stdc.stdio;
|
||||
|
||||
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