summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 86cf0b01..fd05954f 100644
--- a/lib.h
+++ b/lib.h
@@ -397,7 +397,7 @@ extern val gensym_counter_s;
#define gensym_counter (deref(lookup_var_l(nil, gensym_counter_s)))
-extern val nothrow_k, args_k, colon_k, auto_k;
+extern val nothrow_k, args_k, colon_k, auto_k, fun_k;
extern val null_string;
extern val null_list; /* (nil) */