mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
Replace nodes with AllocationFailures inside the tree when needed
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include "expression_node.h"
|
||||
#include "allocation_failed_expression_node.h"
|
||||
#include "expression_reference.h"
|
||||
|
||||
TreeNode * ExpressionNode::failedAllocationNode() {
|
||||
return ExpressionRef::failedAllocationNode();
|
||||
TreeNode * ExpressionNode::staticFailedAllocationStaticNode() {
|
||||
return ExpressionRef::staticFailedAllocationStaticNode();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user