CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/12 22:13:15
Modified files:
usr.bin/mandoc : eqn.c eqn_html.c eqn_parse.h eqn_term.c
mandoc.h roff.c tree.c
Added files:
usr.bin/mandoc : eqn.h
Log message:
Cleanup, no functional change:
No need to expose the eqn(7) syntax tree data structures everywhere.
Move them to their own include file, "eqn.h".
While here, delete the unused enum eqn_pilet.
