]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(compare_files): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).
authorJim Meyering <jim@meyering.net>
Tue, 30 Apr 2002 09:23:38 +0000 (09:23 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Apr 2002 09:23:38 +0000 (09:23 +0000)
commitd7984a3fdb951be6421e1746ee666115005c14fd
tree622160db2c121ad678488d0aa5a61a6e0ea2d968
parent17d3a3e28c148a4bf9e74501b059853904e30fdb
(compare_files): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE).
(hard_LC_COLLATE): Define even if ! ENABLE_NLS.
(main): Always initialize hard_LC_COLLATE.
Put initialization next to other locale-related stuff.
src/comm.c