> Le 8 mai 2019 à 17:59, Akim Demaille <[email protected]> a écrit :
> 
>> #define YY_DECL \
>>    yy::parser::symbol_type yyFlexLexer yylex(driver &drv)

Of course that should have been

>> #define YY_DECL \
>>    yy::parser::symbol_type yyFlexLexer::yylex(driver &drv)


_______________________________________________
[email protected] https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to