]> git.pond.sub.org Git - empserver/commit - include/xy.h
Simplify XNORM() and YNORM()
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 Mar 2008 13:00:59 +0000 (14:00 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 26 Mar 2008 21:11:23 +0000 (22:11 +0100)
commit5f764285241a6eced0599c33c66253607b4ffefc
tree747bcf1b642b1666791179a783ca7e4d1045d7dc
parent9c8109768de5da6121bcaff69cfe2f09d7060577
Simplify XNORM() and YNORM()

Simplify (M - (n % M)) % M  to M - (n % M), for n < 0.
include/xy.h