Skip to content

Commit 2a96bd9

Browse files
committed
system: add Float = Double alias
1 parent 28402a2 commit 2a96bd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rtl/inc/systemh.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Type
130130
on Real <-> Double, so use type here, see also tw7425.pp (FK) }
131131
{$ifndef FPUNONE}
132132
Real = type Double;
133+
Float = Double;
133134
{ Include generic version of float64 record }
134135
{$I genmathh.inc}
135136
{$endif}

0 commit comments

Comments
 (0)