YYRECOVERING() in yylex function
r0ller <[email protected]> Wed, 12 Mar 2025 09:14:50 +0000 (GMT)
| Newsgroups | gmane.comp.parsers.bison.general |
|---|---|
| Message-ID | <[email protected]> |
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