Hi Sam, > Le 10 sept. 2021 à 18:51, Sam James <s...@cmpct.info> a écrit : > > Thanks your work on this! Brief comments on version changes: > >> diff --git a/src/parse-gram.c b/src/parse-gram.c >> index 95fe43e0..3bc44dbd 100644 >> --- a/src/parse-gram.c >> +++ b/src/parse-gram.c >> @@ -1,4 +1,4 @@ >> -/* A Bison parser, made by GNU Bison 3.7.5.297-b46a. */ >> +/* A Bison parser, made by GNU Bison 3.8. */ > > 3.8 -> 3.8.1, but I guess this will be automatic :)
This is indeed automatic, but refers to the version of Bison that was used to generate bison's parser. So there's nothing wrong here. Cheers!