summaryrefslogtreecommitdiffstats
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 fb9c34f4..d36290fb 100644
--- a/eval.h
+++ b/eval.h
@@ -30,7 +30,7 @@ extern val eval_error_s, if_s, call_s;
extern val eq_s, eql_s, equal_s;
extern val car_s, cdr_s;
extern val last_form_evaled, last_form_expanded;
-extern val self_load_path_s;
+extern val load_path_s;
noreturn val eval_error(val ctx, val fmt, ...);
val ctx_form(val obj);