Use consistent type in binutils/dwarf.c
[binutils-gdb.git] / binutils / dlltool.c
index b26c17852e3ea146c2491a87ff056b9c2288eb81..e6fafb4dc8473eed40bc0c1cced543ccce833e53 100644 (file)
@@ -3779,12 +3779,10 @@ main (int ac, char **av)
   program_name = av[0];
   oav = av;
 
-#if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
+#ifdef HAVE_LC_MESSAGES
   setlocale (LC_MESSAGES, "");
 #endif
-#if defined (HAVE_SETLOCALE)
   setlocale (LC_CTYPE, "");
-#endif
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);