RE: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter
From: Bert Huijben <bert_at_qqmail.nl>
Date: Sun, 13 Feb 2011 21:28:00 +0100
> -----Original Message-----
It's much easier to use a helper function or (if that is impossible) a goto to get specialized error handling.
This macro is in use everywhere inside Subversion and in many third party tools using our libraries so I would recommend to not change it.
Another option is a file local macro that performs your specialized cleanup.
All those options are used in multiple places in our codebase.
Bert
|
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.