Remove the TRUE and FALSE defines.

This commit is contained in:
Eric Haszlakiewicz
2017-12-23 09:42:17 -05:00
parent cfd09c87f0
commit 0992aac61f
5 changed files with 18 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ Deprecated and removed features:
* bits.h has been removed
* lh_abort() has been removed
* lh_table_lookup() has been removed, use lh_table_lookup_ex() instead.
* Remove TRUE and FALSE defines, use 1 and 0 instead.
0.13 (up to commit 5dae561, 2017/11/29)