CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/05/01 10:18:59
Modified files:
usr.bin/mandoc : roff.c
regress/usr.bin/mandoc/roff/esc: Makefile
Added files:
regress/usr.bin/mandoc/roff/esc: comment.in comment.out_ascii
comment.out_lint
Log message:
Split a new function roff_parse_comment() out of roff_expand() because this
functionality is not needed when called from roff_getarg(). This makes the
long and complicated function roff_expand() significantly shorter, and also
simpler in so far as it no longer needs to return ROFF_APPEND.
No functional change intended.