On Mon, 24 Oct 2005, David James wrote:
> Our current typemaps work on standard 32-bit and 64-bit platforms,
> because char, short, and int normally have standard sizes. Subversion
> developers, do you have any ideas how to implement the APR typemaps in
> a more portable way? In future, I'm hoping to rewrite our SWIG
> typemaps for APR datatypes to work without making assumptions about
> type sizes.
I am new to subversion, and probably don't understand the issues, but
why can't we use [u]int_{8,16,32,64}_t as defined in <stdint.h> on many
platforms, and as standardised in C99? It is presumably possible to
write some autoconf magic to define those types for platforms that have
a missing or broken or pre-C99 version of <stdint.h>.
--apb (Alan Barrett)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 24 20:58:28 2005