This website works better with JavaScript
首頁
探索
說明
登入
pascal
/
freepascal.compiler
镜像来自
https://gitlab.com/freepascal.org/fpc/source.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
* make test compilable by Kylix (math->Math)
git-svn-id: trunk@14054 -
Jonas Maebe
16 年之前
父節點
c768e51cf2
當前提交
e9c4594a66
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
1
1
tests/test/units/math/tnaninf.pp
+ 1
- 1
tests/test/units/math/tnaninf.pp
查看文件
@@ -1,5 +1,5 @@
uses
-
m
ath;
+
M
ath;
begin
if not(isnan(nan)) then