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: forcing tail/sibling call optimization


On Tue, Sep 17, 2002 at 12:17:55PM +1000, Fergus Henderson wrote:

> Are the N_() macro invocations below correct?
> If so, is the result a msgid?
> +        return N_("call marked as tail call is not in tail position (it is an argument to another call)");

If you want this to return a translated string then it is incorrect.
N_() is normally a noop macro which is just used as a marker for
gettext in places where direct tranlation cannot be used, like
in arrays, structs etc. If you use N_() you need to have an explicit
gettext call somewhere.

--
Servus,
       Daniel 


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