diff --git a/compiler/ppu.pas b/compiler/ppu.pas index 92a0489094..2230519f8c 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -156,7 +156,8 @@ const type - ppureal=extended; + { bestreal is defined based on the target architecture } + ppureal=bestreal; tppuerror=(ppuentrytoobig,ppuentryerror);