File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
PythonForDelphi/Components/Sources/Core Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6666
6767{ $IF defined(LINUX) or (defined(BSD) and not defined(DARWIN)) or defined(SOLARIS) or defined(HAIKU)}
6868 { $define _so_files}
69- { $ENDIF }
69+ { $IFEND }
7070
7171interface
7272
@@ -3573,7 +3573,7 @@ function TPythonInterface.GetUnicodeTypeSuffix : string;
35733573 ' UCS2'
35743574 { $ELSE}
35753575 ' UCS4'
3576- { $ENDIF }
3576+ { $IFEND }
35773577 else
35783578 Result := ' ' ;
35793579end ;
Original file line number Diff line number Diff line change @@ -234,8 +234,6 @@ procedure TTestWrapDelphi.TestObjectField;
234234end ;
235235
236236procedure TTestWrapDelphi.TestRecord ;
237- Var
238- VRec: TValue;
239237begin
240238 Rtti_rec.StringField := ' abcd' ;
241239 Assert.IsTrue(rtti_rec.StringField = ' abcd' );
You can’t perform that action at this time.
0 commit comments