CVSROOT: /cvs Module name: src Changes by: [email protected] 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.
