Ver Fonte

* first approach to fix tfrldexp on i386-win32

florian há 2 anos atrás
pai
commit
d48e65adad
1 ficheiros alterados com 1 adições e 0 exclusões
  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}
+{$EXCESSPRECISION OFF}
 uses
 	Math, SysUtils;