CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2018/12/12 20:40:09

Modified files:
        usr.bin/mandoc : eqn.c roff.c 
Added files:
        usr.bin/mandoc : eqn_parse.h 
Removed files:
        usr.bin/mandoc : libroff.h 

Log message:
Cleanup, no functional change:
In libroff.h, nothing was left except the eqn(7) parser interface, which
isn't really part of the roff(7) parser, so rename it to eqn_parse.h.

While here, move struct eqn_def to eqn.c because that's the only
file using it, and let eqn_box_free() and eqn_free() handle NULL.

Reply via email to