mktables: Calculate debugging information placement
authorKarl Williamson <public@khwilliamson.com>
Fri, 15 Nov 2013 04:12:40 +0000 (21:12 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 15:27:19 +0000 (08:27 -0700)
commit35adc6e3a10251bbbd72048f5d44a23598cc8ba7
treec61526c9cc01dd94579b87d998fe1c8a6d6987f7
parent288837b92d17bacae078dc0122755b34ca019ac6
mktables: Calculate debugging information placement

When outputting debugging information under the -annotate option, it's
nice to line up the columns.  This commit does a pass through the tables
where the final real data column is variable width so that it can figure
out where to put the debugging info so as almost all of the columns can
be lined up, and not have to be right-shifted because of overlong real
data.

Certain tables prior to this commit had been manually eyeballed and
column information hard-coded in.  This is no longer necessary.  This
means that one parameter to the write() function is no longer used, and
is removed here.
lib/unicore/mktables