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

Re: viewcvs not working anymore on windows with current version o f tr unk due to changes in apr.i

From: Ben Reser <ben_at_reser.org>
Date: 2004-02-25 20:42:33 CET

On Wed, Feb 25, 2004 at 11:32:37AM -0800, Ben Reser wrote:
> #if <format conditions for 64-bit platforms we know about>
> /* Use long */
> #elsif <format conditions for 32-bit platforms we know about>
> /* Use long long */
> #else
> /* Use long long since it should always be 64-bit but will
> emit warnings on some platforms. */
> #endif

Err actually on further thought this should do the trick:
#if <format for 64-bit platofmrs>
  /* Use long */
#else
  /* Use long long */
#endif

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 25 20:42:06 2004

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.