Update to GCC 15.1
This commit is contained in:
@ -128,8 +128,8 @@ return {
|
||||
break {
|
||||
return yy::parser::make_BREAK(this->location);
|
||||
}
|
||||
repeat {
|
||||
return yy::parser::make_REPEAT(this->location);
|
||||
program {
|
||||
return yy::parser::make_PROGRAM(this->location);
|
||||
}
|
||||
cast {
|
||||
return yy::parser::make_CAST(this->location);
|
||||
|
Reference in New Issue
Block a user