diff options
Diffstat (limited to 'src/op.h')
-rw-r--r-- | src/op.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 { |