2001-11-06 Fred Fish <fnf@redhat.com>
[deliverable/binutils-gdb.git] / gprof / gprof.c
index 2ed37a3f9c68ca404db93c9dafdd40b19a6cb2a0..4a1fd50d01d620bf32410ce98478d62de81b85ee 100644 (file)
@@ -172,6 +172,9 @@ DEFUN (main, (argc, argv), int argc AND char **argv)
 
 #if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
   setlocale (LC_MESSAGES, "");
+#endif
+#if defined (HAVE_SETLOCALE)
+  setlocale (LC_CTYPE, "");
 #endif
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
This page took 0.024414 seconds and 4 git commands to generate.