Use bool for boolean.
commit5df474aaa900307b90d55434308c32c555314313
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2013 22:36:49 +0000 (3 14:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Dec 2013 22:36:49 +0000 (3 14:36 -0800)
treebd95be90b49d93039720ad80484e13c85b61db28
parent2654ac09ccc5da6e2fe99e60291d4c6013958c3e
Use bool for boolean.

* tparam.c (tparam1):
* undo.c (record_point, record_property_change):
Use bool for boolean, for local vars that are always true or false.
src/ChangeLog
src/tparam.c
src/undo.c