mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 13:59:28 +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',
|
||||
'UNICODESTRINGS',
|
||||
'TYPEHELPERS',
|
||||
'BLOCKS');
|
||||
'CBLOCKS');
|
||||
|
||||
|
||||
type
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ %target=darwin,iphonesim}
|
||||
{ %skipcpu=powerpc,powerpc64 }
|
||||
|
||||
{$modeswitch blocks}
|
||||
{$modeswitch cblocks}
|
||||
|
||||
type
|
||||
tblock = reference to procedure; cdecl;
|
||||
|
@ -2,7 +2,7 @@
|
||||
{ %skipcpu=powerpc,powerpc64 }
|
||||
|
||||
{$mode delphi}
|
||||
{$modeswitch blocks}
|
||||
{$modeswitch cblocks}
|
||||
|
||||
type
|
||||
tblock = reference to procedure; cdecl;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ %target=darwin,iphonesim}
|
||||
{ %skipcpu=powerpc,powerpc64 }
|
||||
|
||||
{$modeswitch blocks}
|
||||
{$modeswitch cblocks}
|
||||
|
||||
type
|
||||
tblock = reference to function(l: longint): longint; cdecl;
|
||||
|
@ -2,7 +2,7 @@
|
||||
{ %skipcpu=powerpc,powerpc64 }
|
||||
|
||||
{$mode objfpc}
|
||||
{$modeswitch blocks}
|
||||
{$modeswitch cblocks}
|
||||
|
||||
type
|
||||
tblock = reference to procedure(j: longint); cdecl;
|
||||
|
@ -2,7 +2,7 @@
|
||||
{ %skipcpu=powerpc,powerpc64 }
|
||||
|
||||
{$mode delphi}
|
||||
{$modeswitch blocks}
|
||||
{$modeswitch cblocks}
|
||||
|
||||
type
|
||||
tblock = reference to procedure(j: longint); cdecl;
|
||||
|
Loading…
Reference in New Issue
Block a user