mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 07:59:27 +02:00
* reduced complexity of in_abs_long, old value was left over from testing
git-svn-id: trunk@11243 -
This commit is contained in:
parent
a60a957420
commit
1150f7e9dc
@ -742,7 +742,7 @@ implementation
|
||||
end;
|
||||
in_abs_long:
|
||||
begin
|
||||
inc(result,10);
|
||||
inc(result,3);
|
||||
if (result >= NODE_COMPLEXITY_INF) then
|
||||
begin
|
||||
result:=NODE_COMPLEXITY_INF;
|
||||
|
Loading…
Reference in New Issue
Block a user