@@ -2,7 +2,7 @@
{ Returns this error under Delphi :
Error: Types of actual and formal var parameters must be identical }
{$ifdef fpc}
-{$mode objfpc}
+{$mode delphi}
{$endif}
type
tsymbol = class
@@ -1,6 +1,9 @@
{ %version=1.1 }
{ Interfaces only supported in v1.1 }
{ Should give the same error as /tbf/tb0125.pp }
+{$ifdef fpc}
+{$endif}
tinterface = interface