+2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
+ contains obsolete information and isn't worth distributing as a
+ separate file anyway.
+ * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
+ (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
+ All uses of jmp_buf, setjmp, longjmp changed to use these instead.
+ (yyparse): Abort if user code uses longjmp to throw an unexpected
+ value.
+