Re: svn_repos_trace_node_locations()
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-09-21 01:42:20 CEST
"C. Michael Pilato" <cmpilato@collab.net> writes:
> Would it violate our API promises to add 'const' to the
I believe it is ABI compatible on a gcc/Linux platform. As far as I
Looking at the C standard
6.5.2.2/9 Function calls
"If the function is defined with a type that is not compatible
6.7.5.3/15 Function declarators (including prototypes)
"For two function types to be compatible [...] the parameter type
6.7.3/9 Type qualifiers
"For two qualifed types to be compatible, both shall have the
So it would appear to be undefined behaviour--in other words, it's
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Sep 21 01:42:38 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.