Skip to content

Commit 6b24861

Browse files
committed
These changes are in response to PR comments
1 parent 62eab06 commit 6b24861

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Source/WrapDelphi.pas

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,17 +2571,14 @@ function TPyDelphiObject.Dir_Wrapper(args: PPyObject): PPyObject;
25712571

25722572
var
25732573
PyType: PPyTypeObject;
2574-
{$IFDEF FPC}
2575-
i: longint;
2576-
{$ELSE}
2577-
i: integer;
2578-
{$ENDIF}
2574+
25792575
{$IFDEF EXTENDED_RTTI}
25802576
Context: TRttiContext;
25812577
RttiType: TRTTIType;
25822578
{$ELSE}
25832579
_PropList: PPropList;
25842580
_propCount : Integer;
2581+
i: Integer;
25852582
{$ENDIF}
25862583
begin
25872584
Adjust(@Self);

0 commit comments

Comments
 (0)