CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/12 23:17:17
Modified files:
usr.bin/mandoc : read.c roff.h roff_int.h
Log message:
Cleanup, no functional change:
Move the roffhash_*() functions from roff.h to roff_int.h
because they are only intended for use by parsers,
neither by main programs nor by formatters.
