* 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:
florian 2013-06-11 20:04:33 +00:00
parent cdf3f3266b
commit ff3295d8fd

View File

@ -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