This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
freepascal.compiler
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Fix error in last commit, include name must be enclosed in double quotes
git-svn-id: trunk@23830 -
pierre
12 年 前
親
1ad6aacb78
コミット
350ae58dc9
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
rtl/openbsd/i386/dllprt0.as
+ 1
- 1
rtl/openbsd/i386/dllprt0.as
ファイルの表示
@@ -1 +1 @@
-.include i386/cprt0.as
+.include
"
i386/cprt0.as
"