mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
Allocation failure fix and test
This commit is contained in:
8
expression_node.cpp
Normal file
8
expression_node.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "expression_node.h"
|
||||
#include "expression_reference.h"
|
||||
|
||||
TreeNode * ExpressionNode::failedAllocationNode() {
|
||||
return ExpressionRef::failedAllocationNode();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user