mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:29:33 +02:00
* Treat 3.2 as 3.0.4
git-svn-id: trunk@43513 -
This commit is contained in:
parent
269cb2d46a
commit
37a9cda682
@ -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