aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index c9628c9..d28c37e 100644
--- a/eval.h
+++ b/eval.h
@@ -1 +1 @@
-struct expression *eval(struct expression *);
+struct expr *eval(struct expr *);