summaryrefslogtreecommitdiff
path: root/src/op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/op.h')
-rw-r--r--src/op.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/op.h b/src/op.h
index a2b20c73..1c6b246e 100644
--- a/src/op.h
+++ b/src/op.h
@@ -277,8 +277,7 @@ private:
public:
ptr_op_t compile(scope_t& scope);
- value_t calc(scope_t& scope);
- value_t opcalc(scope_t& scope);
+ value_t calc(scope_t& scope, ptr_op_t * context = NULL);
struct context_t
{