Ver Fonte

* fixed for comp = int64

Jonas Maebe há 22 anos atrás
pai
commit
b95efa49e7
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      tests/test/tstring6.pp

+ 4 - 0
tests/test/tstring6.pp

@@ -435,7 +435,11 @@ begin
   str(E,S);
   Writeln (S);
   Write ('str(Co,S)= ');
+{$ifdef cpui386}
   Co:=4.0;
+{$else cpui386}
+  Co := 4;
+{$endif cpui386}
   str(Co,S);
   Writeln (S);
   Write ('str(Si,S)= ');