This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: gettext markup of library sources


On Mon, Apr 21, 2003 at 03:53:28PM +0200, Gabriel Dos Reis wrote:
> Phil Edwards <phil at jaj dot com> writes:
> 
> | +#define gettext_noop(__msgid)    (__msgid)
> 
> This is not right: It is hijacking user's name space.

Obviously.  (It's copied from gcc's intl.h, which of course need not
respect the name space.)  Like I wrote, I'm hoping to generate discussion
about better names.

"__gettext_noop" would be cumbersome to use in the library, IMO.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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