Pick collate info fo ranges

This commit is contained in:
Andrey A. Chernov 1996-08-20 14:22:57 +00:00
parent 8e67e42f63
commit 587ad47a9b

View File

@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#include <signal.h>
#include "getopt.h"
#include "fnmatch.h"
#include <fnmatch.h>
#ifndef DEFAULT_WIDTH
#define DEFAULT_WIDTH 130
@ -239,7 +239,7 @@ main (argc, argv)
int show_c_function = 0;
#ifdef __FreeBSD__
(void) setlocale(LC_CTYPE, "");
(void) setlocale(LC_ALL, "");
#endif
/* Do our initializations. */
initialize_main (&argc, &argv);