> Le 8 mai 2019 à 17:59, Akim Demaille <a...@lrde.epita.fr> 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)


_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to