mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 22:56:46 +02:00
lazutils: disabled workaround for fpc 2.7.1
git-svn-id: trunk@40264 -
This commit is contained in:
parent
8bca6ba724
commit
001b0ed1f6
@ -364,7 +364,7 @@ const
|
|||||||
*
|
*
|
||||||
******************************************************************)
|
******************************************************************)
|
||||||
procedure TT_Done_Stream( stream : TT_Stream );
|
procedure TT_Done_Stream( stream : TT_Stream );
|
||||||
{$IF FPC_FULLVERSION>=20701}
|
{$IF FPC_FULLVERSION<20701}
|
||||||
var
|
var
|
||||||
p: Pointer;
|
p: Pointer;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user