Re: [PATCH] libebl: consistently use _(Str) instead of gettext(Str)

2020-12-16 Thread Mark Wielaard
Hi Dmitry, On Wed, 2020-12-16 at 04:48 +0300, Dmitry V. Levin wrote: > libeblP.h defines _(Str) to dgettext ("elfutils", Str) instead of > a simple gettext (Str) for a reason: the library might be indirectly > used by clients that called bindtextdomain with a domain different > from "elfutils". T

[PATCH] libebl: consistently use _(Str) instead of gettext(Str)

2020-12-15 Thread Dmitry V. Levin
libeblP.h defines _(Str) to dgettext ("elfutils", Str) instead of a simple gettext (Str) for a reason: the library might be indirectly used by clients that called bindtextdomain with a domain different from "elfutils". The change was made automatically using the following command: $ git grep -l '\