mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/glr.c (yylval): As in yacc.c, don't extern in the header for
the case of pure parsers. Reported by Frans Englich at <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>. * THANKS: Add Frans Englich.
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
that the yacc script isn't corrupt. Reported by Hans Aberg at
|
that the yacc script isn't corrupt. Reported by Hans Aberg at
|
||||||
<http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
|
<http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
|
||||||
|
|
||||||
|
* data/glr.c (yylval): As in yacc.c, don't extern in the header for
|
||||||
|
the case of pure parsers. Reported by Frans Englich at
|
||||||
|
<http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
|
||||||
|
* THANKS: Add Frans Englich.
|
||||||
|
|
||||||
2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
|
2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
Extend the front-end API for %define variables to more completely
|
Extend the front-end API for %define variables to more completely
|
||||||
|
|||||||
1
THANKS
1
THANKS
@@ -29,6 +29,7 @@ Evgeny Stambulchik fnevgeny@plasma-gate.weizmann.ac.il
|
|||||||
Fabrice Bauzac noon@cote-dazur.com
|
Fabrice Bauzac noon@cote-dazur.com
|
||||||
Florian Krohm florian@edamail.fishkill.ibm.com
|
Florian Krohm florian@edamail.fishkill.ibm.com
|
||||||
Frank Heckenbach frank@g-n-u.de
|
Frank Heckenbach frank@g-n-u.de
|
||||||
|
Frans Englich frans.englich@telia.com
|
||||||
Guido Trentalancia trentalg@aston.ac.uk
|
Guido Trentalancia trentalg@aston.ac.uk
|
||||||
H. Merijn Brand h.m.brand@hccnet.nl
|
H. Merijn Brand h.m.brand@hccnet.nl
|
||||||
Hans Aberg haberg@matematik.su.se
|
Hans Aberg haberg@matematik.su.se
|
||||||
|
|||||||
@@ -2638,7 +2638,8 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C],
|
|||||||
|
|
||||||
b4_shared_declarations
|
b4_shared_declarations
|
||||||
|
|
||||||
extern YYSTYPE b4_prefix[]lval;
|
b4_pure_if([],
|
||||||
|
[[extern YYSTYPE b4_prefix][lval;]])
|
||||||
|
|
||||||
b4_locations_if([b4_pure_if([],
|
b4_locations_if([b4_pure_if([],
|
||||||
[extern YYLTYPE b4_prefix[]lloc;])
|
[extern YYLTYPE b4_prefix[]lloc;])
|
||||||
|
|||||||
Reference in New Issue
Block a user