Turn MOD from function to macro.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 12 Jun 2017 21:33:21 +0000 (17:33 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 12 Jun 2017 21:33:21 +0000 (17:33 -0400)
I experimented with expanding it to ((N % M) everywhere, but in context
the MOD(N, M) notation seems easier to read.


No differences found