CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/18 23:18:16
Modified files:
usr.bin/mandoc : roff.c
Log message:
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@
