From: Ralph Corderoy Date: Sun, 23 Apr 2017 12:33:57 +0000 (+0100) Subject: tws.h: Remove zero-valued TW_SNIL macro, used once. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/7ec0c9a0229aa160d7419922d2f4ba7e87480cd6?ds=inline;hp=7ec0c9a0229aa160d7419922d2f4ba7e87480cd6 tws.h: Remove zero-valued TW_SNIL macro, used once. Macro TW_SNIL was the zero value for a two-bit field. It was only used once, and that is better ordered to check for bits set with none set being the last, else, case, rather than in the middle. Kept the behaviour of undefined value 3 being treated as TW_SIMP, 2. ---