about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-29 12:13:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-29 12:13:24 -0800
commitb96d34f6f613789537e65973f0048dd3ca7681de (patch)
tree1ca5176c7812955fc8f1eb3eb5d303c60b5e540a /mu.arc
parent63b19862f0d665d41679ff4630541054e21fd556 (diff)
downloadmu-b96d34f6f613789537e65973f0048dd3ca7681de.tar.gz
675
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)
dated README' href='/charadon/games/Pong-C/commit/README.txt?id=8654b2d89502c8aad3980c171d6207c6418b12c8'>8654b2d ^
4ea6969 ^
8654b2d ^








4ea6969 ^















bdf56a9 ^
35b8774 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61