1
0
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:
Jim Meyering
1996-07-27 22:29:01 +00:00
parent c49c9a04e1
commit 6932ade12e
+2
View File
@@ -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