Don't relax function calls
This commit is contained in:
@ -375,6 +375,11 @@ namespace elna::source
|
||||
return *m_operand;
|
||||
}
|
||||
|
||||
unary_operator unary_expression::operation() const noexcept
|
||||
{
|
||||
return this->m_operator;
|
||||
}
|
||||
|
||||
call_statement::call_statement(const struct position position, const std::string& name)
|
||||
: statement(position), m_name(name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user