equal
deleted
inserted
replaced
14 * You should have received a copy of the GNU General Public License |
14 * You should have received a copy of the GNU General Public License |
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 *) |
17 *) |
18 |
18 |
|
19 {$INCLUDE "options.inc"} |
|
20 |
19 unit uFloat; |
21 unit uFloat; |
20 interface |
22 interface |
21 |
|
22 {$INCLUDE "options.inc"} |
|
23 |
23 |
24 {$IFDEF FPC} |
24 {$IFDEF FPC} |
25 {$IFDEF ENDIAN_LITTLE} |
25 {$IFDEF ENDIAN_LITTLE} |
26 type hwFloat = record |
26 type hwFloat = record |
27 isNegative: boolean; |
27 isNegative: boolean; |