This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* set result of ResetDFA, resolves
#12757
git-svn-id: trunk@12359 -
florian
16 years ago
parent
c1bc1cd94d
commit
a537134603
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
compiler/optdfa.pas
+ 1
- 0
compiler/optdfa.pas
View File
@@ -157,6 +157,7 @@ unit optdfa;
defsum:=nil;
defsum:=nil;
end;
end;
end;
end;
+ result:=fen_false;
end;
end;