From b1557c9fef9d7fa4e0ddac1d6e108ef9981f1196 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 25 Apr 2015 11:38:13 +0200 Subject: add error divide_by_zero --- node/executionnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/executionnode.h') diff --git a/node/executionnode.h b/node/executionnode.h index cf1514f..cc40867 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -9,7 +9,7 @@ class ExecutionNode { public: - enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR}; + enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO}; /** * @brief ExecutionNode */ -- cgit v1.2.3-70-g09d2