* 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:
Joel E. Denny
2007-05-26 19:10:43 +00:00
parent 5a43d4184f
commit 0c650a2027
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -4,6 +4,11 @@
that the yacc script isn't corrupt. Reported by Hans Aberg at
<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 <[email protected]>
Extend the front-end API for %define variables to more completely
+1
View File
@@ -29,6 +29,7 @@ Evgeny Stambulchik [email protected]
Fabrice Bauzac [email protected]
Florian Krohm [email protected]
Frank Heckenbach [email protected]
Frans Englich [email protected]
Guido Trentalancia [email protected]
H. Merijn Brand [email protected]
Hans Aberg [email protected]
+2 -1
View File
@@ -2638,7 +2638,8 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C],
b4_shared_declarations
extern YYSTYPE b4_prefix[]lval;
b4_pure_if([],
[[extern YYSTYPE b4_prefix][lval;]])
b4_locations_if([b4_pure_if([],
[extern YYLTYPE b4_prefix[]lloc;])