mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* remove the BaseUnix dependency added by mistake
git-svn-id: trunk@47305 -
This commit is contained in:
parent
0bf1af08c4
commit
7ad4694e4b
@ -27,8 +27,6 @@ unit unixutil;
|
||||
|
||||
interface
|
||||
|
||||
uses BaseUnix;
|
||||
|
||||
Function StringToPPChar(S: PChar;ReserveEntries:integer):ppchar;
|
||||
Function StringToPPChar(Var S:RawByteString;ReserveEntries:integer):ppchar;
|
||||
function ArrayStringToPPchar(const S:Array of RawByteString;reserveentries:Longint):ppchar; // const ?
|
||||
|
Loading…
Reference in New Issue
Block a user