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

Re: svn trunk r16039: FAIL (win32 ra_local)

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-09-04 22:04:45 CEST

On Sunday 04 September 2005 14:00, David Anderson wrote:
> D.J. Heap wrote:
> > The variable is not being declared at the top of the scope and MSVC, at
> > least, is not happy about it.
>
> Declaring variables anywhere in a scope is valid C99. Does MSVC even
> support the revised standard?

MSVC 6.0 does not, and I believe that is what's used to build Apache2 and
Python 2.3, and as a result, the Subversion Win32 binaries (so that the C
runtimes all match when used together).

I believe the .NET and higher ones do have some C99 support, although I'm not
sure if it's complete support for it (I have a vague recollection of varargs
support in macros being unavailable).

> Regardless, this is an oversight on my part (I commited the code), and
> can be fixed quite painlessly. Hang on.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 4 22:05:23 2005

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.