mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +02:00
* nostackframe is not allowed by newer FPCs for pascal functions/procedure (and was never recommended)
git-svn-id: trunk@24870 -
This commit is contained in:
parent
cdf3f3266b
commit
ff3295d8fd
@ -20,7 +20,7 @@ procedure run;
|
|||||||
var
|
var
|
||||||
Cy, Step: double;
|
Cy, Step: double;
|
||||||
x, y, bits,bit: Longint;
|
x, y, bits,bit: Longint;
|
||||||
function CalculatePoint(Cx, Cy: double): boolean; nostackframe; inline;
|
function CalculatePoint(Cx, Cy: double): boolean; inline;
|
||||||
const
|
const
|
||||||
Limit = 4;
|
Limit = 4;
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user