[PATCH 0 of 3] Fast implemenation of parseindex in C

dhruva dhruvakm at gmail.com
Sat Oct 18 07:11:13 CDT 2008


The following patch fixes a compilation error on WXP using MSVC 2003.
I pulled from CREW and the build fails.

-dhruva

diff -r b801d6e5dc83 mercurial/parsers.c
--- a/mercurial/parsers.c       Sat Oct 18 04:26:09 2008 -0500
+++ b/mercurial/parsers.c       Sat Oct 18 17:39:34 2008 +0530
@@ -137,6 +137,7 @@ quit:
 /* msvc 6.0 has problems */
 #  define inline __inline
 typedef unsigned long uint32_t;
+typedef unsigned __int64 uint64_t;
 # else
 #  include <stdint.h>
 # endif


On Fri, Oct 17, 2008 at 5:19 AM, Matt Mackall <mpm at selenic.com> wrote:
> On Fri, 2008-10-17 at 01:05 +0200, Bernhard Leiner wrote:
>> This update (finally) considers the comments from Matt. It also includes
>> a shiny new test case.
>
> Queued, thanks.
>
> --
> Mathematics is the supreme nostalgia of our time.
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel
>



-- 
Contents reflect my personal views only!


More information about the Mercurial-devel mailing list