Sfoglia il codice sorgente

* first approach to fix tfrldexp on i386-win32

florian 2 anni fa
parent
commit
899bdc0016
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tests/test/units/math/tfrldexp.pp

+ 1 - 0
tests/test/units/math/tfrldexp.pp

@@ -1,4 +1,5 @@
 {$mode objfpc} {$longstrings on} {$coperators on} {$modeswitch advancedrecords} {$typedaddress on}
 {$mode objfpc} {$longstrings on} {$coperators on} {$modeswitch advancedrecords} {$typedaddress on}
+{$EXCESSPRECISION OFF}
 uses
 uses
 	Math, SysUtils;
 	Math, SysUtils;