Various regenerations for perl 5.8.9

Including -j1 because of concurrency issues
This commit is contained in:
fosslinux 2025-07-23 10:42:38 +10:00 committed by Samuel Tyler
parent dd2026dc19
commit f6428c9481
3 changed files with 24 additions and 6 deletions

View file

@ -0,0 +1,11 @@
--- perl-5.8.9/x2p/Makefile.SH 2025-07-17 18:07:55.350717970 +1000
+++ perl-5.8.9/x2p/Makefile.SH 2025-07-17 18:09:02.340711269 +1000
@@ -123,7 +123,7 @@
sed -e 's/(yyn = yydefred\[yystate\])/((yyn = yydefred[yystate]))/' \
-e 's/(yys = getenv("YYDEBUG"))/((yys = getenv("YYDEBUG")))/' \
-e 's/^yyerrlab://' \
- -e 's/^ goto yyerrlab;//' \
+ -e 's/^ *goto yyerrlab;//' \
-e 's/^yynewerror://' \
-e 's/^ goto yynewerror;//' \
-e 's|^static char yysccsid\(.*\)|/* static char yysccsid\1 */|' \