From c83618999227adb5e745f92205bd48e076e2d124 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 29 Jul 2023 22:22:23 +0100 Subject: th --- run.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'run.h') diff --git a/run.h b/run.h index 64484d8..155b59b 100644 --- a/run.h +++ b/run.h @@ -2,7 +2,9 @@ #define _run_h #include "ast.h" +#include "ht.h" -int eval(AstNode a); + +int eval(Env *s, AstNode a); #endif -- cgit v1.2.3