diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4627,7 +4627,9 @@ main (argc, argv) while (p != argv[0] && p[-1] != '/' && p[-1] != DIR_SEPARATOR) --p; programname = p; +#ifdef HAVE_LC_MESSAGES setlocale (LC_MESSAGES, ""); +#endif bindtextdomain (PACKAGE, localedir); textdomain (PACKAGE); |