Replace main_fndecl with current_function_decl

This commit is contained in:
2025-02-09 23:49:57 +01:00
parent 207ae0fa0a
commit 4bf88a92e8
7 changed files with 272 additions and 326 deletions

View File

@ -47,10 +47,11 @@ along with GCC; see the file COPYING3. If not see
}
}
\(\* BEGIN(IN_COMMENT);
[\ \t\r] ; /* Skip the whitespaces. */
[ \t\r] {
this->location.step();
}
\n+ {
this->location.lines(yyleng);
this->location.step();
}
if {
return yy::parser::make_IF(this->location);