summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval.h b/eval.h
index f61968f9..16388691 100644
--- a/eval.h
+++ b/eval.h
@@ -27,8 +27,8 @@
extern val dwim_s, lambda_s, progn_s, vector_lit_s, vec_list_s, list_s;
extern val hash_lit_s, hash_construct_s, struct_lit_s, qref_s, uref_s;
-extern val eval_error_s, if_s, call_s;
-extern val eq_s, eql_s, equal_s;
+extern val eval_error_s, if_s, call_s, identity_s;
+extern val eq_s, eql_s, equal_s, less_s;
extern val car_s, cdr_s;
extern val last_form_evaled;
extern val load_path_s, load_recursive_s;