mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
2004-07-23 Matthias Klose <doko@debian.org>
init.c (init_library): Use PACKAGE for the text domain. From-SVN: r85073
This commit is contained in:
committed by
Matthias Klose
parent
c2c36d38e2
commit
85eac2a0b6
@@ -1,3 +1,7 @@
|
||||
2004-07-23 Matthias Klose <doko@debian.org>
|
||||
|
||||
init.c (init_library): Use PACKAGE for the text domain.
|
||||
|
||||
2004-07-16 Andris Pavenis <pavenis@latnet.lv>
|
||||
|
||||
PR preprocessor/16366
|
||||
|
||||
@@ -121,7 +121,7 @@ init_library (void)
|
||||
init_trigraph_map ();
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
(void) bindtextdomain ("gcc", LOCALEDIR);
|
||||
(void) bindtextdomain (PACKAGE, LOCALEDIR);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user