aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-07-08 08:13:43 +0200
committerRenaud G <renaud@rolisteam.org>2015-07-08 08:13:43 +0200
commit775897c44bb8ff27733598dfad9733afb98143d0 (patch)
treee6ce11b76ab608207c9854e3838e18e1fbd1fd65
parent88e5130bd86992819a036ef982733b5ee344d656 (diff)
downloadOneRoll-775897c44bb8ff27733598dfad9733afb98143d0.tar.gz
OneRoll-775897c44bb8ff27733598dfad9733afb98143d0.zip
add error of type: nothing understood
-rw-r--r--node/executionnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h
index 834b062..39d714b 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,DIVIDE_BY_ZERO};
+ enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD};
/**
* @brief ExecutionNode
*/