Refactoring in Rule: Meaningful structures name

This commit is contained in:
Felipe Zimmerle
2019-02-15 21:49:46 -03:00
parent 96849c07de
commit b66224853b
3 changed files with 32 additions and 37 deletions

View File

@@ -2425,7 +2425,7 @@ namespace yy {
}
checkedActions.push_back(a);
} else {
driver.error(yystack_[2].location, "The action '" + a->m_name + "' is not suitable to be part of the SecDefaultActions");
driver.error(yystack_[2].location, "The action '" + *a->m_name.get() + "' is not suitable to be part of the SecDefaultActions");
YYERROR;
}
}