]> git.cameronkatri.com Git - mandoc.git/commit
Simplify the part of args() that is handling .Bl -column phrases:
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 15 Oct 2015 22:45:43 +0000 (22:45 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 15 Oct 2015 22:45:43 +0000 (22:45 +0000)
commit7f45fce643304f671fda2d19fbf1cf48d8c27905
tree4e9c03235aea764ad00d31d052f4b608c05e6d9d
parent3a00712aa8c23948d8642a9dc110e5107c1a3702
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@.
mdoc_argv.c