mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 01:41:56 +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
|
||||
Cy, Step: double;
|
||||
x, y, bits,bit: Longint;
|
||||
function CalculatePoint(Cx, Cy: double): boolean; nostackframe; inline;
|
||||
function CalculatePoint(Cx, Cy: double): boolean; inline;
|
||||
const
|
||||
Limit = 4;
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user