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

Re: svn commit: r13318 - trunk/subversion/mod_dav_svn

From: <kfogel_at_collab.net>
Date: 2005-03-10 01:47:44 CET

gstein@tigris.org writes:
> --- trunk/subversion/mod_dav_svn/version.c (original)
> +++ trunk/subversion/mod_dav_svn/version.c Tue Mar 8 19:45:31 2005
> @@ -41,6 +41,9 @@
> static const dav_report_elem avail_reports[] = {
> { SVN_XML_NAMESPACE, "update-report" },
> { SVN_XML_NAMESPACE, "log-report" },
> + { SVN_XML_NAMESPACE, "dated-rev-report" },
> + { SVN_XML_NAMESPACE, "get-locations" },
> + { SVN_XML_NAMESPACE, "file-revs-report" },
> { NULL },
> };

Huh. I understand that some compilers tolerate the comma after the
last item in the structure, but strictly speaking isn't it not kosher
for us?

(Not part of this change, of course, just happened to see it in the
context.)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 10 02:08:15 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.