Thread overview
[Issue 22066] importC: Error: expression expected, not ';' using (postfix-expression)++
Jun 22, 2021
Iain Buclaw
Jun 24, 2021
Dlang Bot
Jun 25, 2021
Dlang Bot
June 22, 2021
https://issues.dlang.org/show_bug.cgi?id=22066

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

--
June 24, 2021
https://issues.dlang.org/show_bug.cgi?id=22066

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12749 "fix Issue 22066 - importC: Error: expression expected, not ';' using (postfix-expression)++" fixing this issue:

- fix Issue 22066 - importC: Error: expression expected, not ';' using
(postfix-expression)++

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

--
June 25, 2021
https://issues.dlang.org/show_bug.cgi?id=22066

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 #12749 "fix Issue 22066 - importC: Error: expression expected, not ';' using (postfix-expression)++" was merged into master:

- 7516564dc7089318549d490c642405249eb391ea by Iain Buclaw:
  fix Issue 22066 - importC: Error: expression expected, not ';' using
(postfix-expression)++

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

--