summaryrefslogtreecommitdiff
path: root/compiler/powerpc/cpuinfo.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/powerpc/cpuinfo.pas')
-rw-r--r--compiler/powerpc/cpuinfo.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/powerpc/cpuinfo.pas b/compiler/powerpc/cpuinfo.pas
index 2a3b20d816..ac7b4e3cd1 100644
--- a/compiler/powerpc/cpuinfo.pas
+++ b/compiler/powerpc/cpuinfo.pas
@@ -21,6 +21,9 @@ Interface
Type
bestreal = double;
+{$if FPC_FULLVERSION>20700}
+ bestrealrec = TDoubleRec;
+{$endif FPC_FULLVERSION>20700}
ts32real = single;
ts64real = double;
ts80real = extended;