Files
bison/data/skeletons
Akim Demaille 5d9ccd5a87 yacc: declare yyerror/yylex only when POSIXLY_CORRECT
The recent changes to comply with POSIX are breaking Automake's test
suite.
Reported by Kiyoshi Kanazawa.
<https://lists.gnu.org/r/bug-bison/2021-09/msg00005.html>

To limit the impact of POSIX changes, bind them to $POSIXLY_CORRECT.
Suggested by Karl Berry.
<https://lists.gnu.org/r/bug-bison/2021-09/msg00009.html>

The existing `maintainer-check-posix` Make target checks these
changes.

* src/getargs.h, src/getargs.c (set_yacc): New.
Use it.
* data/skeletons/bison.m4 (b4_posix_if): New.
* data/skeletons/yacc.c (b4_declare_yyerror_and_yylex): Use it.
* doc/bison.texi, tests/local.at: Adjust.
2021-09-11 08:26:10 +02:00
..
2021-08-11 18:01:12 +02:00
2021-08-29 18:36:07 +02:00
2021-01-30 07:32:03 +01:00
2021-01-30 07:32:03 +01:00
2021-08-11 18:01:12 +02:00
2021-08-07 12:53:19 +02:00
2021-01-30 07:32:03 +01:00
2021-08-29 18:36:07 +02:00