Use uintptr_t in generic conversion when we're talking about pointers
authorMatt Corallo <git@bluematt.me>
Mon, 17 Jan 2022 02:54:11 +0000 (02:54 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 17 Jan 2022 04:34:52 +0000 (04:34 +0000)
commit071b5fa40465132896ffca3c8ad29d0374e983d2
tree587c3225f5f3d744fa08226af318c73291534194
parentb0ba503b308bcdcbf1b7609876705c12408e44e6
Use uintptr_t in generic conversion when we're talking about pointers

This may make it harder to support 32-bit Java platforms in the
future if we have a reason to do so, but that seems unlikely and
its possible we can simply redefine the type.
gen_type_mapping.py