[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Speed-up of libsvn_diff using token counts

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 30 May 2011 12:26:14 +0200

On Mon, May 30, 2011 at 08:25:38AM +0200, Markus Schaber wrote:
> Hi, Morten,
>
> > Von: Morten Kloster [mailto:morklo_at_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.
Received on 2011-05-30 12:26:59 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.