CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/05 16:43:40
Modified files:
usr.bin/mandoc : mdoc_macro.c
Log message:
Reduce code duplication, no functional change:
Both partial and full implicit blocks can break explicit blocks.
Put the code to handle both cases into a common function.
