+2001-06-10 Bruno Haible <haible@clisp.cons.org>
+
+ * msgcmp.c (main): Set gram_max_allowed_errors to UINT_MAX, as in
+ msgmerge.c.
+
2001-06-10 Bruno Haible <haible@clisp.cons.org>
* message.c (message_alloc): Cast xmalloc return value.
#endif
#include <getopt.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
/* Set program name for messages. */
set_program_name (argv[0]);
error_print_progname = maybe_print_progname;
+ gram_max_allowed_errors = UINT_MAX;
#ifdef HAVE_SETLOCALE
/* Set locale via LC_ALL. */