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


Phil Edwards <phil at jaj dot com> writes:

[...]

| Note that, as shown below, I'm /not/ proposing we actually use gettext()
| yet.  That will require some configury magic, and is probably best left
| for post-3.3.
| 
| 
| Index: include/bits/c++config
| ===================================================================

[...]

| +#define gettext_noop(__msgid)    (__msgid)

This is not right: It is hijacking user's name space.

-- Gaby


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