]> diplodocus.org Git - nmh/commitdiff
Replace boolean with bool everywhere.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 3 Sep 2017 22:29:36 +0000 (23:29 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 3 Sep 2017 22:29:36 +0000 (23:29 +0100)
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.


No differences found