mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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.