mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-09-09 01:47:07 +00:00
* src/skeleton.h: Fix the #endif.
Reported by Magnus Fromreide.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-05-01 Akim Demaille <[email protected]>
|
||||||
|
|
||||||
|
* src/skeleton.h: Fix the #endif.
|
||||||
|
Reported by Magnus Fromreide.
|
||||||
|
|
||||||
2002-04-26 Paul Eggert <[email protected]>
|
2002-04-26 Paul Eggert <[email protected]>
|
||||||
|
|
||||||
* data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
|
* data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ Juan Manuel Guerrero [email protected]
|
|||||||
Kees Zeelenberg [email protected]
|
Kees Zeelenberg [email protected]
|
||||||
Keith Browne [email protected]
|
Keith Browne [email protected]
|
||||||
Laurent Mascherpa [email protected]
|
Laurent Mascherpa [email protected]
|
||||||
|
Magnus Fromreide [email protected]
|
||||||
Marc Autret [email protected]
|
Marc Autret [email protected]
|
||||||
Michael Hayes [email protected]
|
Michael Hayes [email protected]
|
||||||
Mike Castle [email protected]
|
Mike Castle [email protected]
|
||||||
|
|||||||
+1
-1
@@ -73,4 +73,4 @@ extern FILE* skel_in;
|
|||||||
int skel_lex PARAMS ((yystype *yylval, yyltype *yylloc))
|
int skel_lex PARAMS ((yystype *yylval, yyltype *yylloc))
|
||||||
YY_DECL;
|
YY_DECL;
|
||||||
|
|
||||||
#endif SKELETON_H_
|
#endif /* ! SKELETON_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user