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