summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.h b/eval.h
index 33d20816..05f9061f 100644
--- a/eval.h
+++ b/eval.h
@@ -27,6 +27,7 @@
extern val dwim_s, lambda_s, vector_lit_s, vec_list_s, list_s;
extern val hash_lit_s, hash_construct_s, struct_lit_s, qref_s;
extern val eval_error_s;
+extern val eq_s, eql_s, equal_s;
extern val last_form_evaled, last_form_expanded;
noreturn val eval_error(val form, val fmt, ...);