summaryrefslogtreecommitdiff
path: root/run.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-07-29 22:22:23 +0100
committerubq323 <ubq323@ubq323.website>2023-07-29 22:22:23 +0100
commitc83618999227adb5e745f92205bd48e076e2d124 (patch)
treeebd862d08180fb49bdec90b553b21c89c43467fb /run.h
parentf9f7b92fdda17efe2dca455d6f641a424a97b2db (diff)
th
Diffstat (limited to 'run.h')
-rw-r--r--run.h4
1 files changed, 3 insertions, 1 deletions
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