remove bool* cast from SAVEBOOL
authorDavid Mitchell <davem@iabyn.com>
Wed, 21 Apr 2010 13:53:39 +0000 (14:53 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 21 Apr 2010 13:55:32 +0000 (14:55 +0100)
commit026442172f79e2ebdf1b28bda4ff5f753e1702b2
tree64501cf4eb393fd1b1457f0ba155c921a34f4484
parent94fa954eaae532928977ae7f7290536783269b6e
remove bool* cast from SAVEBOOL

SAVEBOOL() should only be used on variables of type bool; casting
pointers to variables of other types into bool* is just wrong.
scope.h