diff options
Diffstat (limited to 'gcc/cccp.c')
| -rw-r--r-- | gcc/cccp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c index 3c78f811fd8..ff9c9c017ac 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -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); |

