From 6a4b4c7db45281ecbaeee3f144f77d72858f53d4 Mon Sep 17 00:00:00 2001 From: "Henrique L. Alves" Date: Wed, 12 Oct 2016 18:43:59 -0300 Subject: Added small modification on parser for '+' --- core/variant.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/variant.h') diff --git a/core/variant.h b/core/variant.h index 90be593bd9..ccb8c5e3df 100644 --- a/core/variant.h +++ b/core/variant.h @@ -336,6 +336,7 @@ public: OP_MULTIPLY, OP_DIVIDE, OP_NEGATE, + OP_POSITIVE, OP_MODULE, OP_STRING_CONCAT, //bitwise -- cgit v1.2.3