mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:26:02 +02:00
* 1.0.x compability fix
This commit is contained in:
parent
3e6f799919
commit
f7b08b21f8
@ -175,6 +175,7 @@ type
|
||||
function Expand: TList;
|
||||
function Extract(item: Pointer): Pointer;
|
||||
function First: Pointer;
|
||||
procedure Assign(Obj:TList);
|
||||
function IndexOf(Item: Pointer): Integer;
|
||||
procedure Insert(Index: Integer; Item: Pointer);
|
||||
function Last: Pointer;
|
||||
@ -1468,7 +1469,10 @@ function LineStart(Buffer, BufPos: PChar): PChar;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-10-06 20:33:58 peter
|
||||
Revision 1.2 2003-10-07 19:41:11 marco
|
||||
* 1.0.x compability fix
|
||||
|
||||
Revision 1.1 2003/10/06 20:33:58 peter
|
||||
* classes moved to rtl for 1.1
|
||||
* classes .inc and classes.pp files moved to fcl/classes for
|
||||
backwards 1.0.x compatiblity to have it in the fcl
|
||||
|
Loading…
Reference in New Issue
Block a user