* src/tgbaalgos/emptinesscheck.cc (emptiness_check::accepting_path)

Fix handling of PATH when backtracking.  Report from Soheib Baarir.
This commit is contained in:
Alexandre Duret-Lutz 2004-03-23 09:33:27 +00:00
parent cf6602a3be
commit aba2dc75d7
2 changed files with 19 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2004-03-23 Alexandre DURET-LUTZ <adl@src.lip6.fr>
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::accepting_path)
Fix handling of PATH when backtracking. Report from Soheib Baarir.
2004-03-18 Alexandre Duret-Lutz <adl@src.lip6.fr>
Move the free_list management into a separate class for reuse.