You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
410 B
15 lines
410 B
--- a/src/main.c
|
|
+++ b/src/main.c
|
|
@@ -57,9 +57,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 ();
|
|
|
|
|