From: Ralph Corderoy Date: Sun, 3 Sep 2017 22:29:36 +0000 (+0100) Subject: Replace boolean with bool everywhere. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9c8bc93a8babf7f1316d7758b8cd73f28e794f9a?ds=sidebyside;hp=9c8bc93a8babf7f1316d7758b8cd73f28e794f9a Replace boolean with bool everywhere. boolean's comment said it existed to ensure storage was a char and not an int so it could be packed in a struct, but the only struct using it doesn't care about the space taken. ---