This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
fpc
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
* Use include prt0.as for cprt0, gprt0 and dllprt0 as files
git-svn-id: trunk@21665 -
pierre
13 năm trước cách đây
mục cha
e4ebe2e52e
commit
6b57f3a3d1
3 tập tin đã thay đổi
với
3 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
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
Xem Tập Tin
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/dllprt0.as
Xem Tập Tin
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/gprt0.as
Xem Tập Tin
@@ -0,0 +1 @@
+.include "mips/prt0.as"