mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 08:16:02 +02:00
* fsplit var type fixes
This commit is contained in:
parent
00359789cd
commit
323ae9b94a
@ -198,8 +198,10 @@ Function ExtractLib(const libfn:string):string;
|
|||||||
wildcard
|
wildcard
|
||||||
}
|
}
|
||||||
var
|
var
|
||||||
n,d,e : string;
|
n : namestr;
|
||||||
i : word;
|
d : dirstr;
|
||||||
|
e : extstr;
|
||||||
|
i : word;
|
||||||
begin
|
begin
|
||||||
{ create the temp dir first }
|
{ create the temp dir first }
|
||||||
fsplit(libfn,d,n,e);
|
fsplit(libfn,d,n,e);
|
||||||
@ -580,7 +582,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* updated for new linking, but still doesn't work because ld-linux.so.2
|
||||||
requires some more crt*.o files
|
requires some more crt*.o files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user