From: Eric S. Raymond Date: Mon, 12 Jun 2017 21:33:21 +0000 (-0400) Subject: Turn MOD from function to macro. X-Git-Tag: 1.1~378 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=a044f10411cac5c530a19a66b7252110d5d1ca0f;hp=a044f10411cac5c530a19a66b7252110d5d1ca0f;p=open-adventure.git Turn MOD from function to macro. I experimented with expanding it to ((N % M) everywhere, but in context the MOD(N, M) notation seems easier to read. ---