[Dlang-internal] including "globals.h" in "mscoffobj.c"
Benjamin Thaut via Dlang-internal
dlang-internal at puremagic.com
Mon Jul 17 05:31:56 PDT 2017
On Sunday, 16 July 2017 at 21:11:20 UTC, Walter Bright wrote:
>
> This is intentional because global.params is part of the front
> end, and mscoffobj.c is part of the back end. I try to not
> tangle them up together.
>
> See backconfig.c on how information is transmitted by the front
> end to the back end.
Thank you, I will take a look at backconfig.c and mimic the way
information is passed through there for my use case.
More information about the Dlang-internal
mailing list