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
474 B
15 lines
474 B
3 years ago
|
diff -uNr --exclude '*~' gcc-4.7.0-RC-20120302/gcc/intl.c gcc-4.7.0-RC-20120302-old/gcc/intl.c
|
||
|
--- gcc/intl.c 2010-12-01 17:29:12.000000000 +0000
|
||
|
+++ gcc/intl.c 2012-03-15 14:49:19.709968148 +0000
|
||
|
@@ -55,8 +55,8 @@
|
||
|
setlocale (LC_ALL, "");
|
||
|
#endif
|
||
|
|
||
|
- (void) bindtextdomain ("gcc", LOCALEDIR);
|
||
|
- (void) textdomain ("gcc");
|
||
|
+ (void) bindtextdomain ("cross-gcc", LOCALEDIR);
|
||
|
+ (void) textdomain ("cross-gcc");
|
||
|
|
||
|
/* Opening quotation mark. */
|
||
|
open_quote = _("`");
|