Files
heimdal/lib/com_err
heitbaum c7bd01c62a yyerror: update to POSIX standard
To comply with the latest POSIX standard, in Yacc compatibility mode
(options `-y`/`--yacc`) Bison now generates prototypes for yyerror and
yylex.  In some situations, this is breaking compatibility: if the user
has already declared these functions but with some differences (e.g., to
declare them as static, or to use specific attributes), the generated
parser will fail to compile.  To disable these prototypes, #define yyerror
(to `yyerror`), and likewise for yylex.

refer: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS

GNU Bison 3.8
2021-09-10 09:11:23 +10:00
..
2008-09-13 08:53:55 +00:00
2017-11-04 16:56:43 -04:00
2017-03-13 18:39:41 -04:00
2009-01-25 00:27:39 +00:00
2017-03-13 18:39:41 -04:00
2021-09-10 09:11:23 +10:00
2009-02-17 02:50:39 +00:00
2009-10-12 10:41:32 -07:00