mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +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,10 +970,14 @@ 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}
|
||||
end;
|
||||
|
||||
function TFPGList.GetEnumerator: TFPGListEnumeratorSpec;
|
||||
|
Loading…
Reference in New Issue
Block a user