summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-12-30 00:48:47 +0000
committerschwarze <schwarze@openbsd.org>2018-12-30 00:48:47 +0000
commit6b86842e6cdb3960f6b08bd377e1a60a2f8ba124 (patch)
tree50673084d24eb85a3039a769d815803000c6565f /usr.bin/cvs/commit.c
parentCleanup: Initialize the pointers to position data early, and use (diff)
downloadwireguard-openbsd-6b86842e6cdb3960f6b08bd377e1a60a2f8ba124.tar.xz
wireguard-openbsd-6b86842e6cdb3960f6b08bd377e1a60a2f8ba124.zip
Cleanup, no functional change:
The struct roff_man used to be a bad mixture of internal parser state and public parsing results. Move the public results to the parsing result struct roff_meta, which is already public. Move the rest of struct roff_man to the parser-internal header roff_int.h. Since the validators need access to the parser state, call them from the top level parser during mparse_result() rather than from the main programs, also reducing code duplication. This keeps parser internal state out of thee main programs (five in mandoc portable) and out of eight formatters.
Diffstat (limited to 'usr.bin/cvs/commit.c')
0 files changed, 0 insertions, 0 deletions