소스 검색

* reduced complexity of in_abs_long, old value was left over from testing

git-svn-id: trunk@11243 -
Jonas Maebe 17 년 전
부모
커밋
1150f7e9dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/nutils.pas

+ 1 - 1
compiler/nutils.pas

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