* src/tgba/tgbacomplement.cc (state_complement::hash): Improve

the hash function.
This commit is contained in:
Guillaume Sadegh 2009-06-07 18:26:26 +02:00
parent 8fe11196bd
commit 3a3e5d4bff
2 changed files with 35 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-06-07 Guillaume Sadegh <sadegh@lrde.epita.fr>
* src/tgba/tgbacomplement.cc (state_complement::hash): Improve
the hash function.
2009-06-09 Damien Lefortier <dam@lrde.epita.fr>
* src/eltlparse/eltlparse.yy: Fix a memory leak.