CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2015/10/11 18:07:27

Modified files:
        usr.bin/mandoc : html.c main.c man_term.c man_validate.c 
                         mandoc.c mandocdb.c mdoc.c mdoc_html.c 
                         mdoc_macro.c mdoc_man.c mdoc_term.c 
                         mdoc_validate.c out.c roff.c tbl_html.c 
                         tbl_layout.c tbl_term.c term.c term_ascii.c 
                         term_ps.c tree.c 

Log message:
To make the code more readable, delete 283 /* FALLTHROUGH */ comments
that were right between two adjacent case statement.  Keep only
those 24 where the first case actually executes some code before
falling through to the next case.

Reply via email to