summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-11-28 08:58:06 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-11-28 08:58:06 -0800
commitdbe4a93d8a366c88fb4506907142ff36e44308e5 (patch)
tree8c5820f6f18668f123b5eaf25c0e0b9bb95489ea /eval.c
parent5690908deca7a4a803381ed7629da1f5ef057375 (diff)
downloadtxr-dbe4a93d8a366c88fb4506907142ff36e44308e5.tar.gz
txr-dbe4a93d8a366c88fb4506907142ff36e44308e5.tar.bz2
txr-dbe4a93d8a366c88fb4506907142ff36e44308e5.zip
Whitespace.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index defed7e9..395e9abe 100644
--- a/eval.c
+++ b/eval.c
@@ -2531,6 +2531,7 @@ void eval_init(void)
reg_fun(intern(lit("time-string-local"), user_package), func_n2(time_string_local));
reg_fun(intern(lit("time-string-utc"), user_package), func_n2(time_string_utc));
reg_fun(intern(lit("make-time"), user_package), func_n7(make_time));
+
reg_fun(intern(lit("source-loc"), user_package), func_n1(source_loc));
reg_fun(intern(lit("source-loc-str"), user_package), func_n1(source_loc_str));