Bug#1029118: Possible typo in "#if !(defined(yylex) ..."

2023-01-17 Thread Thomas Dickey
On Wed, Jan 18, 2023 at 12:45:50AM +, Bjarni Ingi Gislason wrote: > Package: byacc > Version: byacc - 2.0 20221229 > Severity: normal > > Dear Maintainer, > >* What led up to the situation? > > Compiling groff (in a quick check, I compiled the version from 2022/12/28 on my

Bug#1029118: Possible typo in "#if !(defined(yylex) ..."

2023-01-17 Thread Bjarni Ingi Gislason
Package: byacc Version: byacc - 2.0 20221229 Severity: normal Dear Maintainer, * What led up to the situation? Compiling groff output.c: putl_code(fp, "#if !(defined(yylex) || defined(YYSTATE))\n"); "yylex" is a name of a function but "#... defined(...)" applies to macros