Simplify the part of args() that is handling .Bl -column phrases:
authorschwarze <schwarze@openbsd.org>
Thu, 15 Oct 2015 22:45:07 +0000 (22:45 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 15 Oct 2015 22:45:07 +0000 (22:45 +0000)
commit90fd17c2a2481c0b80274ce02aface89d5b5f5ec
tree5e4c998b55bb131253d8998b35b9bd75903f82b5
parent1a660ec087504b8f0f9ee234b900d40de70e5e19
Simplify the part of args() that is handling .Bl -column phrases:
Delete manual "Ta" handling because macro handling should
not be done in an argument parser but should be left to the
macro parsers, which exist anyway and work well.
No functional change, minus 40 lines of code.

Confusing and redundant code found while investigating
an old bug report from tim@.
usr.bin/mandoc/mdoc_argv.c