Introduce 'coord' data structure, an (x,y) tuple.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 18 Sep 2006 03:49:33 +0000 (03:49 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 18 Sep 2006 03:49:33 +0000 (03:49 +0000)
Use it consistently in both data structures and arguments of functions
that handle coordinates.

The main benefit of this is that lots of conditional expressions become
significantly less gnarly.  We get a bit of reduction in the line count
by cutting down on pairs of coordinate assignments.


No differences found