index
:
badthing
trunk
the best scheme that i have, and that's bad enough for me
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'run.h')
-rw-r--r--
run.h
4
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