diff options
Diffstat (limited to 'eval.h')
-rw-r--r-- | eval.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ extern val car_s, cdr_s; extern val last_form_evaled, last_form_expanded; extern val load_path_s; +#define load_path (deref(lookup_var_l(nil, load_path_s))) + noreturn val eval_error(val ctx, val fmt, ...); val ctx_form(val obj); val ctx_name(val obj); |