On Mon, May 30, 2011 at 08:25:38AM +0200, Markus Schaber wrote: > Hi, Morten, > > > Von: Morten Kloster [mailto:mor...@gmail.com] > > > I haven't changed the index/count types yet. What's the right type to use > > to get signed 32 bit on 32-bit machines and signed 64 bit on 64-bit > > machines? > > You should use intptr_t from stdint.h, I'd guess.
Not possible, unfortunately. We don't use any C99 constructs in Subversion because some compilers (especially on Windows) don't support them.