CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/16 06:18:32
Modified files:
usr.bin/mandoc : man_validate.c mdoc_html.c mdoc_macro.c
mdoc_term.c mdoc_validate.c term_ps.c
Log message:
Remove a bunch of useless assignments,
and assert that print_bvspace cannot be called on NULL pointers.
No change in behaviour, none of these were bugs,
but the code becomes easier to understand.
Based on a clang report posted by joerg@; ok kristaps@.
