bring them up-to-speed for current system.
This commit is contained in:
parent
d9c2aa3a33
commit
7284df18a8
3 changed files with 66 additions and 54 deletions
20
acid/386
20
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue