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