changeset 3407 | dcc129c4352e |
parent 3384 | 7eb4707d43f0 |
child 3422 | 41ae3c48faa0 |
3406:f4bdebced042 | 3407:dcc129c4352e |
---|---|
141 {$IFNDEF FPC} |
141 {$IFNDEF FPC} |
142 type hwFloat = Extended; |
142 type hwFloat = Extended; |
143 {$ENDIF} |
143 {$ENDIF} |
144 |
144 |
145 implementation |
145 implementation |
146 uses uConsts, uMisc; |
146 uses uMisc; |
147 |
147 |
148 {$IFDEF FPC} |
148 {$IFDEF FPC} |
149 |
149 |
150 function int2hwFloat (const i: LongInt) : hwFloat; |
150 function int2hwFloat (const i: LongInt) : hwFloat; |
151 begin |
151 begin |