summaryrefslogtreecommitdiffstats
path: root/tests/plural-1-prg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plural-1-prg.c')
-rw-r--r--tests/plural-1-prg.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/plural-1-prg.c b/tests/plural-1-prg.c
index 033eaa9..37beec6 100644
--- a/tests/plural-1-prg.c
+++ b/tests/plural-1-prg.c
@@ -9,18 +9,10 @@
#include <locale.h>
/* Make sure we use the included libintl, not the system's one. */
-#if 0
-#include <libintl.h>
-#else
-#define ENABLE_NLS 1
-#include "libgettext.h"
-#undef textdomain
#define textdomain textdomain__
-#undef bindtextdomain
#define bindtextdomain bindtextdomain__
-#undef ngettext
#define ngettext ngettext__
-#endif
+#include <libgnuintl.h>
int main (argc, argv)
int argc;