summaryrefslogtreecommitdiff
path: root/compiler/avr/cpuinfo.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/avr/cpuinfo.pas')
-rw-r--r--compiler/avr/cpuinfo.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/avr/cpuinfo.pas b/compiler/avr/cpuinfo.pas
index 468d1f59e0..eec89b73a2 100644
--- a/compiler/avr/cpuinfo.pas
+++ b/compiler/avr/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 = type extended;