mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
* src/skeleton.h: Fix the #endif.
Reported by Magnus Fromreide.
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
|
2002-05-01 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/skeleton.h: Fix the #endif.
|
||||||
|
Reported by Magnus Fromreide.
|
||||||
|
|
||||||
2002-04-26 Paul Eggert <eggert@twinsun.com>
|
2002-04-26 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
* data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
|
* data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
|
||||||
Define if we define YYSTYPE and YYLTYPE, respectively.
|
Define if we define YYSTYPE and YYLTYPE, respectively.
|
||||||
(YYCOPY): Fix [] quoting problem in the non-GCC case.
|
(YYCOPY): Fix [] quoting problem in the non-GCC case.
|
||||||
|
|
||||||
2002-04-25 Robert Anisko <robert@lrde.epita.fr>
|
2002-04-25 Robert Anisko <robert@lrde.epita.fr>
|
||||||
|
|
||||||
* src/scan-skel.l: Postprocess quadrigraphs.
|
* src/scan-skel.l: Postprocess quadrigraphs.
|
||||||
|
|||||||
1
THANKS
1
THANKS
@@ -25,6 +25,7 @@ Juan Manuel Guerrero ST001906@HRZ1.HRZ.TU-Darmstadt.De
|
|||||||
Kees Zeelenberg kzlg@users.sourceforge.net
|
Kees Zeelenberg kzlg@users.sourceforge.net
|
||||||
Keith Browne kbrowne@legato.com
|
Keith Browne kbrowne@legato.com
|
||||||
Laurent Mascherpa laurent.mascherpa@epita.fr
|
Laurent Mascherpa laurent.mascherpa@epita.fr
|
||||||
|
Magnus Fromreide magfr@lysator.liu.se
|
||||||
Marc Autret autret_m@epita.fr
|
Marc Autret autret_m@epita.fr
|
||||||
Michael Hayes m.hayes@elec.canterbury.ac.nz
|
Michael Hayes m.hayes@elec.canterbury.ac.nz
|
||||||
Mike Castle dalgoda@ix.netcom.com
|
Mike Castle dalgoda@ix.netcom.com
|
||||||
|
|||||||
@@ -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