Lieven Govaerts wrote:
> Branko ÄŒibej wrote:
>> Lieven Govaerts wrote:
>>>>> int svn_path_is_empty(const char *path);
>>>>> which returns either 1 or 0. You know why we use the 'int' there?
>>>>>
>>>> No idea, probably history. I think it's an error we didn't see
>>>> before releasing 1.0...
>>>>
>>> I'll send a patch for this to the list tomorrow.
>>>
>>
>> That won't help, you can't change the return type before svn-2.0.
>>
>
> I was under the impression that svn_path.h is an internal header, but
> you're right, it isn't.
>
> Makes me wonder, the declaration of svn_boolean_t is:
> typedef int svn_boolean_t;
>
> How would compatibility be impacted if we changed return type int to
> svn_boolean_t?
Hm, I was certain svn_boolean_t was a "char", heh. Well, I suppose it
wouldn't matter.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 19 09:54:35 2006