]> git.cameronkatri.com Git - mandoc.git/commit
Split a new function roff_parse_comment() out of roff_expand() because this
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 1 May 2022 16:22:06 +0000 (16:22 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 1 May 2022 16:22:06 +0000 (16:22 +0000)
commitfc560c515dc97bd36329ee99e655bd3e30c705da
tree9b4867f531f1d576b379113305aa84f97715244d
parentb592e2d9ee8dd845f058dac8ae07a679a4bd10e2
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.
regress/roff/esc/Makefile
regress/roff/esc/comment.in [new file with mode: 0644]
regress/roff/esc/comment.out_ascii [new file with mode: 0644]
regress/roff/esc/comment.out_lint [new file with mode: 0644]
roff.c