diff options
author | abikbaev <abikbaev@yandex-team.ru> | 2022-02-10 16:47:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:34 +0300 |
commit | 54d2a0bcf17a67077c3086abd08c0b22737978cf (patch) | |
tree | 55c97c5ff90db58cfa74983ac74f2090b607ce63 /contrib/libs/libidn/gettext.h | |
parent | addb3626ed629a8c7d9c8c30e87365b478a8c266 (diff) | |
download | ydb-54d2a0bcf17a67077c3086abd08c0b22737978cf.tar.gz |
Restoring authorship annotation for <abikbaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libidn/gettext.h')
-rw-r--r-- | contrib/libs/libidn/gettext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/libidn/gettext.h b/contrib/libs/libidn/gettext.h index 9631f02870..898545c02a 100644 --- a/contrib/libs/libidn/gettext.h +++ b/contrib/libs/libidn/gettext.h @@ -22,7 +22,7 @@ #if ENABLE_NLS /* Get declarations of GNU message catalog functions. */ -//# include <libintl.h> +//# include <libintl.h> /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by the gettext() and ngettext() macros. This is an alternative to calling @@ -54,7 +54,7 @@ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) # include <cstdlib> # if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H -//# include <libintl.h> +//# include <libintl.h> # endif #endif |