]> git.cameronkatri.com Git - mandoc.git/commit
Considerably simplify block rewind rules; no functional change intended.
authorIngo Schwarze <schwarze@openbsd.org>
Tue, 29 Jun 2010 19:24:14 +0000 (19:24 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Tue, 29 Jun 2010 19:24:14 +0000 (19:24 +0000)
commita8c260fd6d41646fdf0d373abba8732a495c1adb
treeaaaf8a3a04de88093f0b59a8ed1c71f73e57efa9
parent4c7036f39cd338c9cd69fe37813577f0f4a1bc69
Considerably simplify block rewind rules; no functional change intended.
* Let rew_alt() always succeed, obsoleting tons of case statements.
* Merge rew_dobreak() into rew_dohalt().
* Encode all rewinding cases uniformly in terms of "enum rew".
Required because i'm too dumb to get SYNOPSIS .Nm rewinding right
without cleaning this up first.

"get it in" kristaps@
mdoc_macro.c