]> git.cameronkatri.com Git - mandoc.git/commit
Cleanup, no functional change:
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 13 Dec 2018 03:40:13 +0000 (03:40 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 13 Dec 2018 03:40:13 +0000 (03:40 +0000)
commit41c83570cd0b176c663b583e5990f9869f214754
tree95da442ae18416eff5593d4cdb041f4ad5bc78c7
parent8778c0e49080778fd04dc5a3c1aac38addbfa5a4
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.
Makefile
Makefile.depend
eqn.c
eqn_parse.h [new file with mode: 0644]
libroff.h [deleted file]
mandoc_headers.3
roff.c