This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
fpc
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
* added packrecords statement so the test compiles on all systems regardless
of the default packrecords value
git-svn-id: trunk@7605 -
Jonas Maebe
18 年 前
親
b846f2596e
コミット
044e616bea
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
tests/test/tparray20.pp
+ 1
- 0
tests/test/tparray20.pp
ファイルの表示
@@ -1,4 +1,5 @@
{$mode macpas}
+{$packrecords 4}
program FatalError_200608051;