summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index 0ab46d98..d485e2d4 100644
--- a/eval.h
+++ b/eval.h
@@ -24,7 +24,8 @@
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-extern val dwim_s;
+extern val dwim_s, vector_lit_s, vector_list_s;
+extern val hash_lit_s, hash_construct_s;
val make_env(val fbindings, val vbindings, val up_env);
val env_fbind(val env, val sym, val fun);