March 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22896

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13845 "fix Issue 22896 - importC: 'function redeclaration with different typ…" fixing this issue:

- fix Issue 22896 - importC: 'function redeclaration with different type' should ignore const

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

--
March 20, 2022
https://issues.dlang.org/show_bug.cgi?id=22896

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13845 "fix Issue 22896 - importC: 'function redeclaration with different typ…" was merged into master:

- 030aa6f86d1593407e567fe2529738d2d86a5f0d by Walter Bright:
  fix Issue 22896 - importC: 'function redeclaration with different type'
should ignore const

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

--