From: Paul Eggert Date: Thu, 2 Dec 2004 06:54:16 +0000 (+0000) Subject: (compare_files): Assume setlocale exists. X-Git-Tag: v5.3.0~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a9d4c6f42bbb18c2f93af27382e2526207259f;p=thirdparty%2Fcoreutils.git (compare_files): Assume setlocale exists. --- diff --git a/src/comm.c b/src/comm.c index 972aefbbec..c7a5cd002e 100644 --- a/src/comm.c +++ b/src/comm.c @@ -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