This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
freepascal.compiler
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* make test compilable by Kylix (math->Math)
git-svn-id: trunk@14054 -
Jonas Maebe
16 anni fa
parent
c768e51cf2
commit
e9c4594a66
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
tests/test/units/math/tnaninf.pp
+ 1
- 1
tests/test/units/math/tnaninf.pp
Vedi File
@@ -1,5 +1,5 @@
uses
-
m
ath;
+
M
ath;
begin
if not(isnan(nan)) then