We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Float = Double
1 parent 28402a2 commit 2a96bd9Copy full SHA for 2a96bd9
1 file changed
rtl/inc/systemh.inc
@@ -130,6 +130,7 @@ Type
130
on Real <-> Double, so use type here, see also tw7425.pp (FK) }
131
{$ifndef FPUNONE}
132
Real = type Double;
133
+ Float = Double;
134
{ Include generic version of float64 record }
135
{$I genmathh.inc}
136
{$endif}
0 commit comments