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

Re: svn commit: r1133866 - in /subversion/trunk/subversion: include/private/svn_debug.h libsvn_subr/debug.c

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 9 Jun 2011 15:41:58 -0400

On Thu, Jun 9, 2011 at 09:31, <stsp_at_apache.org> wrote:
> Author: stsp
> Date: Thu Jun  9 13:31:11 2011
> New Revision: 1133866
>
> URL: http://svn.apache.org/viewvc?rev=1133866&view=rev
> Log:
> Revert r1133865 because Windows compilers are too stupid to know about __func__.

You could do something like:

#ifdef WINDOWS
#define FUNC ""
#else
#define FUNC __func__
#endif

>...
Received on 2011-06-09 21:42:31 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.