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

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

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 22 May 2009 14:54:13 +0100

On Thu, May 21, 2009 at 11:33:51PM -0700, Joe Swatosh wrote:
> [[[
>
> Include limits.h for ULONG_MAX.

The subject line of the mail should be in the log message.

Stefan

>
> * 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 15:54:37 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.