This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
fpc
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
* Use include prt0.as for cprt0, gprt0 and dllprt0 as files
git-svn-id: trunk@21665 -
pierre
13 年 前
親
e4ebe2e52e
コミット
6b57f3a3d1
3 ファイル変更
、
3 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
rtl/linux/mips/cprt0.as
1
0
rtl/linux/mips/dllprt0.as
1
0
rtl/linux/mips/gprt0.as
+ 1
- 0
rtl/linux/mips/cprt0.as
ファイルの表示
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/dllprt0.as
ファイルの表示
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/gprt0.as
ファイルの表示
@@ -0,0 +1 @@
+.include "mips/prt0.as"