aboutsummaryrefslogtreecommitdiff
path: root/acid/386
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 02:16:18 +0000
committerrsc <devnull@localhost>2005-02-11 02:16:18 +0000
commit08ddcb74f06abc76bf2ed4070b5eba98bc07d48c (patch)
treeec710cf389234495d945a9665a2aebb69c3d1d34 /acid/386
parentd89ce51a3b4be96d12066eadbcffc0587a2673a6 (diff)
downloadplan9port-08ddcb74f06abc76bf2ed4070b5eba98bc07d48c.tar.gz
plan9port-08ddcb74f06abc76bf2ed4070b5eba98bc07d48c.tar.bz2
plan9port-08ddcb74f06abc76bf2ed4070b5eba98bc07d48c.zip
declare frame
Diffstat (limited to 'acid/386')
-rw-r--r--acid/3864
1 files changed, 2 insertions, 2 deletions
diff --git a/acid/386 b/acid/386
index 12081ebd..29842b65 100644
--- a/acid/386
+++ b/acid/386
@@ -186,7 +186,7 @@ dynamicmap()
while m != 0 && n < 100 do {
complex Linkmap m;
if m.name && *(m.name\b) && access(*(m.name\s)) then
- textfile({*(m.name\s), m.addr\X});
+ print("textfile({\"", *(m.name\s), "\", ", m.addr\X, "});\n");
m = m.next;
n = n+1;
}
@@ -197,7 +197,7 @@ dynamicmap()
defn
acidmap()
{
- dynamicmap();
+// dynamicmap();
acidtypes();
}