CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/01 21:26:03
Modified files:
usr.bin/mandoc : libmdoc.h mdoc.c mdoc_macro.c
regress/usr.bin/mandoc/mdoc/Bl: break.out_lint
regress/usr.bin/mandoc/mdoc/break: twice.out_lint
Log message:
Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls
remain in other functions. As a bonus, this fixes an assertion failure
jsg@ found some time ago with afl (test case 982) and improves minor
details in error reporting.
