From: Paul Eggert Date: Mon, 12 May 2003 19:35:13 +0000 (+0000) Subject: * doc/bison.texinfo (How Can I Reset @code{yyparse}): X-Git-Tag: BISON-2_0~310 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3ab370773d0c0faaf555e2b3f1687f0e50d2de3e * doc/bison.texinfo (How Can I Reset @code{yyparse}): Minor English and technical fixups. --- diff --git a/ChangeLog b/ChangeLog index 4f84075b..a1e138b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -2003-05-05 Paul Eggert +2003-05-12 Paul Eggert + + * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the + English a bit. Fix fclose typo. Change "const char" to "char + const", and use ANSI C rather than K&R for "main". Suggest + YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends) + and suggest yy_switch_to_buffer. + +2003-05-05 Paul Eggert * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes C89. This avoids a diagnostic on compilers that define __STDC__