From 7284df18a883c64721720276dac4f4540440e74c Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 19 Apr 2004 18:52:34 +0000 Subject: bring them up-to-speed for current system. --- acid/386 | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'acid/386') diff --git a/acid/386 b/acid/386 index 252ece8e..bc045601 100644 --- a/acid/386 +++ b/acid/386 @@ -173,7 +173,7 @@ linkdebug() } defn -acidmap() +dynamicmap() { if systype == "linux" then { local r, m, n; @@ -192,19 +192,13 @@ acidmap() } } } +} - local syms; - local l; - - l = textfile(); - if l != {} then { - syms = "acidtypes"; - while l != {} do { - syms = syms + " " + ((head l)[0]); - l = tail l; - } - includepipe(syms); - } +defn +acidmap() +{ + dynamicmap(); + acidtypes(); } print(acidfile); -- cgit v1.2.3