CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/24 22:39:00
Modified files: usr.bin/mandoc : tbl_layout.c Log message: Completely rewrite the top level of the layout parser. * Do not allocate lines unless there are cells. * Make the MANDOCERR_TBLNOLAYOUT message actually work. Also get rid of one static function and two goto statements.