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

Re: More error leaks

From: Marc Sherman <msherman_at_projectile.ca>
Date: 2006-01-26 16:47:40 CET

Julian Foad wrote:
>
> 3. SVN_ERR_FUNC function_name(param one,
> param two);
>
> 4. SVN_ERROR_T *function_name(param one,
> param two);

I know I'm getting well into bike-shed territory here, but can I suggest:

3.5. SVN_ERROR_FN function_name(param one,
                                param two);

It's closer to svn_error_t than SVN_ERR_FUNC is, so it obscures the
return type slightly less, but it still maintains the tab depth while
including the * in the macro.

- Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 26 17:07:06 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.