]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(compare_files): Assume setlocale exists.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 06:54:16 +0000 (06:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Dec 2004 06:54:16 +0000 (06:54 +0000)
src/comm.c

index 972aefbbec1857ca46d1a1e2ae8a69704407ec40..c7a5cd002ec956a59222dab2c386cc8c45c52292 100644 (file)
@@ -187,7 +187,7 @@ compare_files (char **infiles)
        order = -1;
       else
        {
-         if (HAVE_SETLOCALE && hard_LC_COLLATE)
+         if (hard_LC_COLLATE)
            order = xmemcoll (thisline[0]->buffer, thisline[0]->length - 1,
                              thisline[1]->buffer, thisline[1]->length - 1);
          else