summaryrefslogtreecommitdiff
path: root/py/makeqstrdefs.py
diff options
context:
space:
mode:
authorDavid Lechner <david@pybricks.com>2022-03-30 10:47:06 -0500
committerDamien George <damien@micropython.org>2022-03-31 17:01:25 +1100
commit2e3f2045f9a7511987e69a8be0d3d117502e4bb1 (patch)
treea55125dcab9624c8e2281f2240420ea8e4088ff7 /py/makeqstrdefs.py
parent47685180f02254a9d2dfd2eb9dafc24888daeb33 (diff)
py/runtime: Use size_t/ssize_t instead of uint/int.
This replaces instances of uint with size_t and int with ssize_t in the mp_call_prepare_args_n_kw_var() function since all of the variables are used as array offsets. Also sort headers while we are touching this. Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'py/makeqstrdefs.py')
0 files changed, 0 insertions, 0 deletions