]> diplodocus.org Git - nmh/commitdiff
Use new PLURALS(n) macro instead of variety of tests.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 14 May 2017 10:23:33 +0000 (11:23 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 14 May 2017 10:23:33 +0000 (11:23 +0100)
Whether to output a plural noun in a message was decided by ternary
operators that tested n==1, n!=1, n>1, etc.  Make them all consistent by
using PLURALS(n).


No differences found