dmd/changelog/deprecated_extern_pascal.dd
Geod24 034f673bd1 Deprecate extern(Pascal)
The few tests have been left in place, as they don't currently fail.
They can be removed when the feature itself is removed.
The failure happens at parse time (not semantic),
as it's the stage the failure will trigger at when the feature is removed.
2018-11-19 12:03:52 +01:00

4 lines
185 B
Text

Deprecated `extern(Pascal)` linkage
This linkage is completely unused, being an heritage from a few decades ago.
Additionally, it's only supported by DMD and cause mangling ambiguity.