libcpu: consistently use _(Str) instead of gettext(Str)
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Dec 2020 08:00:00 +0000 (08:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Dec 2020 10:01:52 +0000 (10:01 +0000)
commite1174a5f2c4a1ceac39b3d91337de0e70b0c9fe7
tree1a542d672e06f72d8dc5f35f402a01f2dfdc703e
parentb20fb89782650c437b97b52a5ade8f93573d5c3c
libcpu: consistently use _(Str) instead of gettext(Str)

eu-config.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 '\<gettext *(' libcpu |xargs sed -i 's/\<gettext *(/_(/g'

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
libcpu/ChangeLog
libcpu/i386_lex.l
libcpu/i386_parse.y