CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/29 12:01:10
Modified files:
usr.bin/mandoc : mdoc_macro.c
Log message:
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@