This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
freepascal.compiler
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
* make test compilable by Kylix (math->Math)
git-svn-id: trunk@14054 -
Jonas Maebe
il y a 16 ans
Parent
c768e51cf2
commit
e9c4594a66
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
tests/test/units/math/tnaninf.pp
+ 1
- 1
tests/test/units/math/tnaninf.pp
Voir le fichier
@@ -1,5 +1,5 @@
uses
-
m
ath;
+
M
ath;
begin
if not(isnan(nan)) then