* libmisc/getdate.y: abbrev is a bool.

* libmisc/getdate.y: Avoid implicit conversion of pointers / chars / integers to booleans.
This commit is contained in:
nekral-guest
2008-05-26 08:59:54 +00:00
parent 9305161183
commit 94b414861d
2 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/getdate.y: abbrev is a bool.
* libmisc/getdate.y: Avoid implicit conversion of pointers / chars /
integers to booleans.
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* lib/prototypes.h: Fix prototypes according to earlier changes