about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 19c8946d..df6aff2a 100644
--- a/mu.arc
+++ b/mu.arc
@@ -671,7 +671,8 @@
 (def maybe-add (arg offset idx)
   (unless (or (in ty.arg 'literal 'offset)
               (offset v.arg)
-              (~isa v.arg 'sym))
+              (~isa v.arg 'sym)
+              (in v.arg 'nil 'default-scope))
     (= (offset v.arg) idx)))
 
 ;; literate tangling system for reordering code