aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bison/patches/010-intl-stub-compat.patch
blob: 2cd720b68cf89378be52f04ed893cc17162f510b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/src/main.c
+++ b/src/main.c
@@ -58,9 +58,9 @@ main (int argc, char *argv[])
 {
   program_name = argv[0];
   setlocale (LC_ALL, "");
-  (void) bindtextdomain (PACKAGE, LOCALEDIR);
-  (void) bindtextdomain ("bison-runtime", LOCALEDIR);
-  (void) textdomain (PACKAGE);
+  bindtextdomain (PACKAGE, LOCALEDIR);
+  bindtextdomain ("bison-runtime", LOCALEDIR);
+  textdomain (PACKAGE);
 
   uniqstrs_new ();
   muscle_init ();