CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/08 08:51:01
Modified files:
usr.bin/mandoc : eqn.c eqn_html.c eqn_term.c html.h libmandoc.h
libroff.h mandoc.h read.c roff.c roff.h
roff_int.h term.h tree.c
Log message:
1. Eliminate struct eqn, instead use the existing members
of struct roff_node which is allocated for each equation anyway.
2. Do not keep a list of equation parsers, one parser is enough.
Minus fifty lines of code, no functional change.
