Hi All,I tried to use the YYRECOVERING() macro in my implementation of yylex but I get the following error: "error: use of undeclared identifier 'yyerrstatus_'"I don't know if it's the intended behaviour just wanted to ask (as I think I can work it around to detect recovering status).Best regards,r0ller
- YYRECOVERING() in yylex function r0ller