CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/03 11:18:08
Modified files:
usr.bin/mandoc : read.c
Log message:
Minor cleanup, no functional change:
We always have a roff parser, so mparse_free() does not need to check
for existence before freeing it.
Also arrange code in struct mparse, mparse_reset(), and mparse_free()
in the same order for readability.
