dmd
dmd copied to clipboard
ImportC: compile Digital Mars complex.h
DMC doesn't support the i postfix, using __imaginary instead. But ImportC does support the i postfix, and not __imaginary.
Provided the blocking https://github.com/dlang/dmd/pull/14902 is merged.
Thanks for your pull request, @WalterBright!
Bugzilla references
Your PR doesn't reference any Bugzilla issue.
If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
Testing this PR locally
If you don't have a local development environment setup, you can use Digger to test this PR:
dub run digger -- build "master + dmd#14905"
@WalterBright #14902 is merged. Anything else blocking this? (apart from the red test suite)