Thread overview
[Issue 24306] ImportC: same name structs in separate C files interfere when compiled together
Dec 28, 2023
Dennis
Dec 30, 2023
Dlang Bot
Dec 30, 2023
Dlang Bot
December 28, 2023
https://issues.dlang.org/show_bug.cgi?id=24306

--- Comment #1 from Dennis <dkorpel@live.nl> ---
Forgot to copy the semi-colon:

```b.c
struct S {};
```

I'm used to D after all :)

--
December 30, 2023
https://issues.dlang.org/show_bug.cgi?id=24306

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15966 "fix Issue 24306 - ImportC: same name structs in separate C files inte…" fixing this issue:

- fix Issue 24306 - ImportC: same name structs in separate C files interfere when compiled together

https://github.com/dlang/dmd/pull/15966

--
December 30, 2023
https://issues.dlang.org/show_bug.cgi?id=24306

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15966 "fix Issue 24306 - ImportC: same name structs in separate C files inte…" was merged into master:

- 3f0e4040c8cc84d22adda0b76cb101e9d6f2102a by Walter Bright:
  fix Issue 24306 - ImportC: same name structs in separate C files interfere
when compiled together

https://github.com/dlang/dmd/pull/15966

--