summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/txr/stdlib/compiler.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index 499466ba..f599799d 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -1355,6 +1355,7 @@
(*emit* t)
(*eval* t)
(*load-path* in-path)
+ (*rec-source-loc* t)
(sys:*load-recursive* t))
(with-resources ((in-stream (car streams) (close-stream in-stream))
(out-stream (cadr streams) (close-stream out-stream))