This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
freepascal.compiler
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
The unit name should start with an upper case to pass tobject5.pp test under Haiku.
git-svn-id: trunk@15034 -
olivier
15 年 前
親
4303eda80c
コミット
0223697b17
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
rtl/haiku/system.pp
+ 1
- 1
rtl/haiku/system.pp
ファイルの表示
@@ -1,4 +1,4 @@
-Unit
s
ystem;
+Unit
S
ystem;
interface