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

Re: Patch: Make HEAD compile with standard C compiler

From: Martin v. Löwis <martin.vonloewis_at_hpi.uni-potsdam.de>
Date: 2006-02-10 11:00:36 CET

Rolf Kalbermatter wrote:
> A recent change causes problems when trying to compile with Visual C 6.
> Variable declarations in functions need to be done before any code
> statements in order to compile with standard C.

Actually, standard C does support declarations after statements.
You are referring to C89; the current standard (C99) has this feature.
Of course, Visual C 6 doesn't support the current standard.

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 10 11:01:33 2006

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.