* should not compile only in Delphi mode

This commit is contained in:
carl 2002-10-14 18:19:27 +00:00
parent 0e4a87d682
commit 464a082f96
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,9 @@
{ %version=1.1 }
{ Interfaces only supported in v1.1 }
{ Should give the same error as /tbf/tb0125.pp }
{$ifdef fpc}
{$mode delphi}
{$endif}
type
tinterface = interface