From: Eric S. Raymond Date: Sun, 9 Apr 2023 01:17:55 +0000 (-0400) Subject: Turn an odd test into a macro disjunction. X-Git-Tag: 1.16~10 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=9e9731d59b79a1a7c4bd4583d621ec125849220a;hp=9e9731d59b79a1a7c4bd4583d621ec125849220a;p=open-adventure.git Turn an odd test into a macro disjunction. Was game.objects[i].prop > STATE_NOTFOUND. This finishes off all the statec comparisons we want to macroize. ---