mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 01:49:20 +02:00
* changed {$modeswitch blocks} to {$modeswitch cblocks} to avoid confusion
with the Pascal meaning of the term "block" git-svn-id: trunk@29594 -
This commit is contained in:
parent
460c4acaee
commit
5d4837329b
@ -568,7 +568,7 @@ interface
|
|||||||
'FINALFIELDS',
|
'FINALFIELDS',
|
||||||
'UNICODESTRINGS',
|
'UNICODESTRINGS',
|
||||||
'TYPEHELPERS',
|
'TYPEHELPERS',
|
||||||
'BLOCKS');
|
'CBLOCKS');
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ %target=darwin,iphonesim}
|
{ %target=darwin,iphonesim}
|
||||||
{ %skipcpu=powerpc,powerpc64 }
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$modeswitch blocks}
|
{$modeswitch cblocks}
|
||||||
|
|
||||||
type
|
type
|
||||||
tblock = reference to procedure; cdecl;
|
tblock = reference to procedure; cdecl;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{ %skipcpu=powerpc,powerpc64 }
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
{$modeswitch blocks}
|
{$modeswitch cblocks}
|
||||||
|
|
||||||
type
|
type
|
||||||
tblock = reference to procedure; cdecl;
|
tblock = reference to procedure; cdecl;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ %target=darwin,iphonesim}
|
{ %target=darwin,iphonesim}
|
||||||
{ %skipcpu=powerpc,powerpc64 }
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$modeswitch blocks}
|
{$modeswitch cblocks}
|
||||||
|
|
||||||
type
|
type
|
||||||
tblock = reference to function(l: longint): longint; cdecl;
|
tblock = reference to function(l: longint): longint; cdecl;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{ %skipcpu=powerpc,powerpc64 }
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$modeswitch blocks}
|
{$modeswitch cblocks}
|
||||||
|
|
||||||
type
|
type
|
||||||
tblock = reference to procedure(j: longint); cdecl;
|
tblock = reference to procedure(j: longint); cdecl;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{ %skipcpu=powerpc,powerpc64 }
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
{$modeswitch blocks}
|
{$modeswitch cblocks}
|
||||||
|
|
||||||
type
|
type
|
||||||
tblock = reference to procedure(j: longint); cdecl;
|
tblock = reference to procedure(j: longint); cdecl;
|
||||||
|
Loading…
Reference in New Issue
Block a user