Re: [RFC] Mark deprecated functions with SVN_DEPRECATED / __attribute__((deprecated))
From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Tue, 19 Aug 2008 13:14:06 +0200
2008-08-18 23:25:34 Greg Stein napisaĆ(a):
Such messages shouldn't be treated as spam. They would be seen mostly only
> I like the idea of (...) the optional flag to just
Do you plan to use something like this?:
======================== svn_x.h ========================
#ifndef SVN_NO_DEPRECATED
/** Like svn_do_something2(), but without the ability to ...
#endif
========================== x.c ==========================
#include "svn_x.h"
#ifndef SVN_NO_DEPRECATED
svn_error_t *
#endif
> And yes, we can keep docstrings in the deprecated header so that
Please don't move declarations of all deprecated functions to one header.
-- Arfrever Frehtes Taifersar Arahesis
|
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.