Branch: refs/heads/main
Revision: fe246da
Author: bmcdonald3
Link: Update c2chapel to use c_size_t instead of size_t by bmcdonald3 · Pull Request #20814 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20814 from bmcdonald3/c2chapel-size
Update c2chapel to use c_size_t instead of size_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, size_t was updated to c_size_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/4a31eb25a1cd...fe246da2b74d