From: Akim Demaille Date: Wed, 1 May 2002 10:28:05 +0000 (+0000) Subject: * src/skeleton.h: Fix the #endif. X-Git-Tag: BISON-1_49a~4 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8a9566d401c151d250a45046d0cc96b073876953?ds=sidebyside * src/skeleton.h: Fix the #endif. Reported by Magnus Fromreide. --- diff --git a/ChangeLog b/ChangeLog index f78b70dc..59410d59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2002-05-01 Akim Demaille + + * src/skeleton.h: Fix the #endif. + Reported by Magnus Fromreide. + 2002-04-26 Paul Eggert * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL): Define if we define YYSTYPE and YYLTYPE, respectively. (YYCOPY): Fix [] quoting problem in the non-GCC case. - + 2002-04-25 Robert Anisko * src/scan-skel.l: Postprocess quadrigraphs. diff --git a/THANKS b/THANKS index ad55a59a..292b58c5 100644 --- a/THANKS +++ b/THANKS @@ -25,6 +25,7 @@ Juan Manuel Guerrero ST001906@HRZ1.HRZ.TU-Darmstadt.De Kees Zeelenberg kzlg@users.sourceforge.net Keith Browne kbrowne@legato.com Laurent Mascherpa laurent.mascherpa@epita.fr +Magnus Fromreide magfr@lysator.liu.se Marc Autret autret_m@epita.fr Michael Hayes m.hayes@elec.canterbury.ac.nz Mike Castle dalgoda@ix.netcom.com diff --git a/src/skeleton.h b/src/skeleton.h index fa328eaf..ecb3a5a8 100644 --- a/src/skeleton.h +++ b/src/skeleton.h @@ -73,4 +73,4 @@ extern FILE* skel_in; int skel_lex PARAMS ((yystype *yylval, yyltype *yylloc)) YY_DECL; -#endif SKELETON_H_ +#endif /* ! SKELETON_H_ */