[Issue 24668] ImportC: C files have no way to set module name

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 20 23:11:40 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24668

--- Comment #1 from dave287091 at gmail.com ---
I think the fix is to just set the module name to the import path. In other
words `a/foo.c` implies a `module a.foo;` declaration.

--


More information about the Digitalmars-d-bugs mailing list