This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configurable separator for certain special-case sections


On Fri, May 20, 2005 at 02:04:48PM +0200, Jan Beulich wrote:
> +#ifndef TARGET_SUB_SECTION_SEPARATOR
> +#define TARGET_SUB_SECTION_SEPARATOR "."
> +#endif

It should actually be a target hook, particularly,

> +@deftypevr {Target Hook} {const char *} TARGET_SUB_SECTION_SEPARATOR

If you're going to document it as one.  That does mean you
can't use string concatenation, but that's a minor penalty.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]