]> diplodocus.org Git - nmh/commitdiff
tws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 23 Apr 2017 12:18:20 +0000 (13:18 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 23 Apr 2017 12:18:20 +0000 (13:18 +0100)
TW_SZONE is a mask of one bit that can either be 0, TW_SZNIL, or set,
TW_SZEXP.  Rather than three macros for the single  bit, have one,
TW_SZEXP.  Simplifies the test too when the mask is known to be one-bit
wide.


No differences found