This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
fpc
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
* 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 年 前
親
6c0ba4af0c
コミット
19053de279
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
compiler/pparautl.pas
+ 1
- 0
compiler/pparautl.pas
ファイルの表示
@@ -21,6 +21,7 @@
}
unit pparautl;
+{$i fpcdefs.inc}
interface