chiark / gitweb /
HOMEAXIS: make into a function
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 8 Aug 2012 17:30:34 +0000 (18:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Aug 2012 16:20:44 +0000 (17:20 +0100)
commitcbcc7aa58ad53444050f92de0db19bfd10d1e99c
tree36e31553d776fe0068394d49b207ca63596f8dbb
parent0fbea35eb16f424788f2eb30d8a49dd3808f7a73
HOMEAXIS: make into a function

Replace the large macro HOMEAXIS with a function.  This avoids the
compiler generating three copies of largely identical code.  The
saving is 704 bytes of program memory.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>