This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
pascal
/
freepascal.compiler
同期ミラー
https://gitlab.com/freepascal.org/fpc/source.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
* set result of ResetDFA, resolves
#12757
git-svn-id: trunk@12359 -
florian
16 年 前
親
c1bc1cd94d
コミット
a537134603
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
compiler/optdfa.pas
+ 1
- 0
compiler/optdfa.pas
ファイルの表示
@@ -157,6 +157,7 @@ unit optdfa;
defsum:=nil;
end;
end;
+ result:=fen_false;
end;