* src/sanity/style.test: Suggest using "x->y", not "(*x).y".

* src/tgbaalgos/tarjan_on_fly.cc: Fix.
This commit is contained in:
Alexandre Duret-Lutz 2004-09-27 14:57:37 +00:00
parent 2c0a2cd517
commit 8b3bfaacdb
3 changed files with 16 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2004-09-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/sanity/style.test: Suggest using "x->y", not "(*x).y".
* src/tgbaalgos/tarjan_on_fly.cc: Fix.
2004-09-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/sanity/style.test: Suggest ++i over i++ when it does not