mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-04 15:49:42 +02:00
(bindtextdomain) [!ENABLE_NLS]: Undefine to avoid
redefinition warnings on solaris. (textdomain) [!ENABLE_NLS]: Likewise.
This commit is contained in:
@@ -345,7 +345,9 @@ char *alloca ();
|
||||
# include <libintl.h>
|
||||
# define _(Text) gettext (Text)
|
||||
#else
|
||||
# undef bindtextdomain
|
||||
# define bindtextdomain(Domain, Directory) /* empty */
|
||||
# undef textdomain
|
||||
# define textdomain(Domain) /* empty */
|
||||
# define _(Text) Text
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user