mirror of
https://github.com/louisrubet/rpn
synced 2024-12-28 09:58:52 +01:00
#49: debug eval issue
This commit is contained in:
parent
7fe9b7d1ae
commit
b7691135ed
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ void eval(void)
|
|||
{
|
||||
// else recall this variable (i.e. stack its content)
|
||||
(void)_stack->pop_back();
|
||||
object* new_obj = _stack->allocate_back(size, obj->_type);
|
||||
stack::copy_and_push_back(obj, *_stack, size);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue