Thread overview
[Issue 23808] #include <stdlib.h> is not working with importc
Mar 24, 2023
Temtaime
Mar 24, 2023
Dlang Bot
Mar 24, 2023
ryuukk_
Mar 25, 2023
Dlang Bot
March 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23808

--- Comment #1 from Temtaime <temtaime@gmail.com> ---
Dustmited:

__declspec(restrict)
void* foo(void*);

--
March 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23808

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Temtaime created dlang/dmd pull request #15034 "Fix Issue 23808 - #include <stdlib.h> is not working with importc" fixing this issue:

- Fix Issue 23808 - #include <stdlib.h> is not working with importc

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

--
March 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23808

ryuukk_ <ryuukk.dev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryuukk.dev@gmail.com

--- Comment #3 from ryuukk_ <ryuukk.dev@gmail.com> ---
Duplicate: https://issues.dlang.org/show_bug.cgi?id=23757

--
March 25, 2023
https://issues.dlang.org/show_bug.cgi?id=23808

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15034 "Fix Issue 23808 - #include <stdlib.h> is not working with importc" was merged into master:

- 50bfcb858b302cf886982ac386bbda2e2ace11c6 by Temtaime:
  Fix Issue 23808 - #include <stdlib.h> is not working with importc

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

--