* src/sanity/style.test: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2004-06-22 17:12:14 +00:00
parent eb0852257f
commit f61b69ef3d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-06-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/sanity/style.test: Typo.
2004-06-22 Thomas Martinez <martinez@src.lip6.fr> 2004-06-22 Thomas Martinez <martinez@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc, src/tgbaalgos/reductgba_sim_del.cc, * src/tgbatest/ltl2tgba.cc, src/tgbaalgos/reductgba_sim_del.cc,

View file

@ -111,7 +111,7 @@ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
diag 'No useless parentheses after delete.' diag 'No useless parentheses after delete.'
grep -e 'return[ ]*[(][^(]*[)];' $tmp && grep -e 'return[ ]*[(][^(]*[)];' $tmp &&
diag 'No useless parentheses after delete.' diag 'No useless parentheses after return.'
grep 'NULL' $tmp && grep 'NULL' $tmp &&
diag 'Use 0 instead of NULL. NULL is not portable.' diag 'Use 0 instead of NULL. NULL is not portable.'