aboutsummaryrefslogtreecommitdiff
path: root/gcc/intl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/intl.c')
-rw-r--r--gcc/intl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/intl.c b/gcc/intl.c
index feefc3e..87dad51 100644
--- a/gcc/intl.c
+++ b/gcc/intl.c
@@ -39,8 +39,8 @@ gcc_init_libintl ()
setlocale (LC_ALL, "");
#endif
- (void) bindtextdomain (PACKAGE, LOCALEDIR);
- (void) textdomain (PACKAGE);
+ (void) bindtextdomain ("gcc", LOCALEDIR);
+ (void) textdomain ("gcc");
}
#endif