Re: GLR causing warning about _Noreturn in C99

2021-01-13 Thread Joe Nelson
Akim Demaille wrote: > I adjusted this patch for Bison. Could you please try this tarball > before I install the appended patch into master? Thanks in advance. Build the version from source, and used it to generate my parser. It worked great, no warnings. :)

Re: GLR causing warning about _Noreturn in C99

2021-01-13 Thread Akim Demaille
> Le 14 janv. 2021 à 00:10, Joe Nelson a écrit : > > Akim Demaille wrote: >> I adjusted this patch for Bison. Could you please try this tarball >> before I install the appended patch into master? Thanks in advance. > > Build the version from source, and used it to generate my parser. It > w

Re: %merge confusion

2021-01-13 Thread Akim Demaille
Jot, Sorry for not answering faster. I don't have enough time :( I hope that meanwhile you managed to get your project move forward. > Le 1 janv. 2021 à 23:32, Jot Dot a écrit : > >>> The incoming arguments are ok but there is no parsing context provided. >>> It would be (to me) a quite useful