Branch: refs/heads/main
Revision: a086948
Author: bmcdonald3
Link: Update c2chapel to use c_ssize_t instead of ssize_t by bmcdonald3 · Pull Request #20836 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20836 from bmcdonald3/c2chapel-ssize
Update c2chapel to use c_ssize_t instead of ssize_t
[ trivial, not reviewed ]
In Add `c_` prefix to Chapel's `size_t` and `ssize_t` types by bradcray · Pull Request #19284 · chapel-lang/chapel · GitHub, ssize_t was updated to c_ssize_t in the CTypes module, so this modifies c2chapel to reflect that.
This was discovered when trying to convert the idn2 library with c2chapel, as part of Codec Support · Issue #20754 · chapel-lang/chapel · GitHub
Modified Files:
M tools/c2chapel/c2chapel.py
M tools/c2chapel/test/sysCTypes.chpl
Compare: https://github.com/chapel-lang/chapel/compare/a6701b14aecd...a086948615db