This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
* make test compilable by Kylix (math->Math)
git-svn-id: trunk@14054 -
Jonas Maebe
16 năm trước cách đây
mục cha
c768e51cf2
commit
e9c4594a66
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
tests/test/units/math/tnaninf.pp
+ 1
- 1
tests/test/units/math/tnaninf.pp
Xem Tập Tin
@@ -1,5 +1,5 @@
uses
-
m
ath;
+
M
ath;
begin
if not(isnan(nan)) then