libroff depends on libmandoc and so libmandoc should be included first.
authordaniel <daniel@openbsd.org>
Tue, 19 Aug 2014 05:18:16 +0000 (05:18 +0000)
committerdaniel <daniel@openbsd.org>
Tue, 19 Aug 2014 05:18:16 +0000 (05:18 +0000)
commitf497e9dcfa8e2034461f65026fac8ee594fc8fd8
tree0f064845e36ce1b8df02405338ecabece0d64f29
parent9f39e938a6c42b8427291c7208db4a5413610352
libroff depends on libmandoc and so libmandoc should be included first.

this change makes the code slightly more portable by removing a gcc
extension (incomplete enum types) which is not part of ISO C.

ok schwarze@
usr.bin/mandoc/roff.c