]> git.eshelyaron.com Git - emacs.git/commitdiff
Enlarge max-specpdl-size for generation of files in .../admin/grammars
authorAlan Mackenzie <acm@muc.de>
Mon, 31 Jan 2022 19:46:27 +0000 (19:46 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 31 Jan 2022 19:46:27 +0000 (19:46 +0000)
* admin/grammars/Makefile.in: Add a --eval clause to set max-specpdl-size to
5000 (previously 2500) for these targets.

admin/grammars/Makefile.in

index 6f699430895441ae8a214cf5cba9f41fc774e138..4ca88982cdec3297849a1a06d2d7ae78f35f05c6 100644 (file)
@@ -34,7 +34,8 @@ top_builddir = @top_builddir@
 unexport EMACSDATA EMACSDOC EMACSLOADPATH EMACSPATH
 
 EMACS = ${top_builddir}/src/emacs
-emacs = "${EMACS}" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)'
+emacs = "${EMACS}" -batch --no-site-file --no-site-lisp \
+  --eval '(setq max-specpdl-size 5000)' --eval '(setq load-prefer-newer t)'
 
 make_bovine = ${emacs} -l semantic/bovine/grammar -f bovine-batch-make-parser
 make_wisent = ${emacs} -l semantic/wisent/grammar -f wisent-batch-make-parser