mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 20:49:43 +02:00
* Merging revisions r43513 from trunk:
------------------------------------------------------------------------ r43513 | michael | 2019-11-18 17:00:03 +0100 (Mon, 18 Nov 2019) | 1 line * Treat 3.2 as 3.0.4 ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@43754 -
This commit is contained in:
parent
5594fb1cc3
commit
b355df88ad
@ -970,7 +970,11 @@ end;
|
||||
class function TFPGList.ItemIsManaged: Boolean;
|
||||
begin
|
||||
{$IFNDEF VER3_0}
|
||||
{$IFNDEF VER3_2}
|
||||
Result:=IsManagedType(T);
|
||||
{$ELSE}
|
||||
Result:=True; // Fallback to old behaviour
|
||||
{$ENDIF}
|
||||
{$ELSE}
|
||||
Result:=True; // Fallback to old behaviour
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user