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.arc6
1 files changed, 2 insertions, 4 deletions
diff --git a/mu.arc b/mu.arc
index ed1eb253..ef1bd936 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1257,10 +1257,8 @@
 ; and replace-names-with-location.
 (def convert-names (instrs (o name))
 ;?   (tr "convert-names " instrs)
-  (let location (table)
-    (= location*.name (assign-names-to-location instrs name))
-;?     (tr "save names for function @name: @(tostring:pr location*.name)")
-    )
+  (= location*.name (assign-names-to-location instrs name))
+;?   (tr "save names for function @name: @(tostring:pr location*.name)") ;? 1
   (replace-names-with-location instrs name))
 
 (def assign-names-to-location (instrs name)