diff options
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1265,7 +1265,9 @@ main (argc, argv) signal (SIGPIPE, pipe_closed); #endif +#ifdef HAVE_LC_MESSAGES setlocale (LC_MESSAGES, ""); +#endif bindtextdomain (PACKAGE, localedir); textdomain (PACKAGE); |