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
* Added {$i fpcdefs.inc}, was missing in the newly added unit, causing incorrect parameter positions on some platforms (e.g. broken tsafecall2, tsafecall3).
git-svn-id: trunk@21318 -
sergei
13 năm trước cách đây
mục cha
6c0ba4af0c
commit
19053de279
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
compiler/pparautl.pas
+ 1
- 0
compiler/pparautl.pas
Xem Tập Tin
@@ -21,6 +21,7 @@
}
unit pparautl;
+{$i fpcdefs.inc}
interface