mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 08:39:30 +02:00
* small updates to test also with kylix
This commit is contained in:
parent
cdf0df1808
commit
5ee88d48c9
@ -4,7 +4,7 @@
|
||||
var
|
||||
a : array[0..5] of byte;
|
||||
|
||||
function f : longint;assembler;
|
||||
function f : byte;assembler;
|
||||
|
||||
asm
|
||||
mov ebx,offset a
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %VERSION=1.1 }
|
||||
{$ifdef fpc}{$mode delphi}{$endif}
|
||||
type
|
||||
tmyinterface = interface
|
||||
procedure p(p : longint); // Delphi allows this
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %VERSION=1.1 }
|
||||
{$mode objfpc}
|
||||
{$ifdef fpc}{$mode objfpc}{$endif}
|
||||
|
||||
type
|
||||
i1 = interface
|
||||
|
Loading…
Reference in New Issue
Block a user