* fsplit var type fixes

This commit is contained in:
peter 1999-07-29 01:40:21 +00:00
parent 00359789cd
commit 323ae9b94a

View File

@ -198,7 +198,9 @@ Function ExtractLib(const libfn:string):string;
wildcard
}
var
n,d,e : string;
n : namestr;
d : dirstr;
e : extstr;
i : word;
begin
{ create the temp dir first }
@ -580,7 +582,10 @@ begin
end.
{
$Log$
Revision 1.4 1999-07-28 16:53:58 peter
Revision 1.5 1999-07-29 01:40:21 peter
* fsplit var type fixes
Revision 1.4 1999/07/28 16:53:58 peter
* updated for new linking, but still doesn't work because ld-linux.so.2
requires some more crt*.o files