Collin Funk writes:
> In the yacc test I see warnings like this:
>
> main.c:4:10: error: implicit declaration of function ‘yyparse’
> [-Wimplicit-function-declaration]
> 4 | return yyparse ();
> | ^~~
>
> and some for yylex which is declared, but with an empty parameter
> On 5 Feb 2023, at 00:02, Jacob Bachmeyer wrote:
>
> Paul Eggert wrote:
>> On 2023-02-03 18:27, Jacob Bachmeyer wrote:
>>> Where are you actually using a 5.10 feature?
>>
>> Where lib/Automake/FileUtils.pm says "use Time::HiRes qw(stat);". This does
>> not work with Perl 5.6.
>
> Time::HiRe
> On 12 Dec 2022, at 22:57, Karl Berry wrote:
>Another patch dedicated to Flex related tests will follow.
>
> Just wondering again, is an upstream flex still actively maintained by
> anyone, anywhere? Looks like https://github.com/westes/flex was touched
> 6 months ago, so that's good, but