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

[Patch] make parse-diff.c compile with VC6

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Thu, 21 May 2009 23:33:51 -0700

[[[

Include limits.h for ULONG_MAX.

* subversion/libsvn_diff/parse-diff.c
   add include for limits.h to make sure ULONG_MAX defined

]]]

Index: subversion/libsvn_diff/parse-diff.c
===================================================================
--- subversion/libsvn_diff/parse-diff.c (revision 37787)
+++ subversion/libsvn_diff/parse-diff.c (working copy)
@@ -24,6 +24,7 @@
 #include "svn_dirent_uri.h"

 #include "private/svn_diff_private.h"
+#include <limits.h> /* for ULONG_MAX */

 /* Helper macro for readability */

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2352776
Received on 2009-05-22 08:34:05 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.