CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/28 16:20:55
Modified files: usr.bin/mandoc : libmdoc.h mdoc_argv.c mdoc_macro.c Log message: Fold the loop around mdoc_argv() into the function itself, it was the same in all four cases. As a bonus, get rid of one enum type that was used for internal communication. No functional change, minus 40 lines of code.