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

Re: Plurals in translations was Re: [STRAW POLL] Help on i18n translations?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-04-01 21:42:53 CEST

On Thu, 2004-04-01 at 14:21, Nicolás Lichtmaier wrote:
> System headers react to some macros by changing what is defined (e.g.
> _GNU_SOURCE), and some autoconf macros depend on this.

This would be a valid argument, but since we rely on APR for most
portability concerns, we're unlikely to use any such autoconf macros.

> Besides, config.h might suply for missing features in the current
> compiler (bool, const, inline, etc.) and those things should also be
> defined when parsing the headers.

Absolutely not. Our public headers cannot rely on stuff from config.h,
because config.h is not installed. (If it were installed and used, it
would stomp all over the calling application's namespace.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 1 21:43:31 2004

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.