소스 검색

* changed ppureal from extended into bestreal -> units cross-compiled
from architectures with a larger maximum floating point precision
for an architecture with a smaller maximum fp precision can also be
used by native compilers on the target architectures (final fix for
mantis #9165)

git-svn-id: trunk@11076 -

Jonas Maebe 17 년 전
부모
커밋
dcbd0a3ea2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/ppu.pas

+ 2 - 1
compiler/ppu.pas

@@ -156,7 +156,8 @@ const
 
 
 
 
 type
 type
-  ppureal=extended;
+  { bestreal is defined based on the target architecture }
+  ppureal=bestreal;
 
 
   tppuerror=(ppuentrytoobig,ppuentryerror);
   tppuerror=(ppuentrytoobig,ppuentryerror);