From efe58ee75044352809cc755fdb46fcdda8a7ad02 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sun, 20 Nov 2016 17:01:18 +0100 Subject: Make local functions static --- environment.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'environment.h') diff --git a/environment.h b/environment.h index 5776122..bc86efb 100644 --- a/environment.h +++ b/environment.h @@ -18,8 +18,9 @@ private: unordered_map defs; unordered_map hooks; - void reduce(AST &ast,i64 depth=0); + bool reduce(AST &ast,i64 depth=0); bool betareduce(AST &ast,i64 depth); + bool resolve(AST &ast); public: void load(const Environment &other); -- cgit v1.2.3-70-g09d2