C. Michael Pilato wrote:
[snip]
> The gettext() calls are used in parameters to another function, so I'd
> rather not see:
>
> function(param1,
> #ifdef ENABLE_NLS
> gettext(param2),
> #else
> param2,
> #endif
> param3,
> param4,
> #ifdef ENABLE_NLS
> gettext(param5),
> #else
> param5,
> #endif
> param6);
>
> Knowwhatimean?
>
> If those calls can just be changed to _(), that makes more sense. And
> in addition, svn_private_config.hw needs to have a no-op _() macro
> defined.
>
Justin did that already...but those map to dgettext (not gettext) if
ENABLE_NLS is defined...this looks like a different function call. I'm
now trying to finish the changes to the Win32 generator and just ran
into this...what is the unix build doing to fix this when ENABLE_NLS is
not defined?
DJ
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 16 18:01:31 2004