+2006-06-04 Bruno Haible <bruno@clisp.org>
+
+ * msgl-check.c (check_plural_eval): Declare 'distribution' as volatile,
+ so that it is unaffected by longjmp.
+
2006-06-04 Bruno Haible <bruno@clisp.org>
* xgettext.c (arglist_parser_done): Cast length argument for format
/* Do as if the plural formula assumes a value N infinitely often if it
assumes it at least 5 times. */
#define OFTEN 5
- unsigned char *distribution;
+ unsigned char * volatile distribution;
/* Allocate a distribution array. */
if (nplurals_value <= 100)