Browse Source

(main): Reverted recent changes (#ifdef).

Sergey Poznyakoff 20 years ago
parent
commit
6bc808b25f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/tar.c

+ 0 - 2
src/tar.c

@@ -1622,9 +1622,7 @@ main (int argc, char **argv)
   set_start_time ();
   program_name = argv[0];
 
-#ifdef HAVE_SETLOCALE
   setlocale (LC_ALL, "");
-#endif
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);