table: Make debug code unconditional.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 22 Jan 2023 18:41:03 +0000 (10:41 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 27 Jan 2023 19:48:29 +0000 (11:48 -0800)
commit48e27500dcf0db1caa5b7124db3ab1f359047389
treec60be9f998b110dafda480e899f75b0e5b1fc80b
parentd8f55ab3038e9cf4e402ea2539d6d1b6f4f80d92
table: Make debug code unconditional.

The debugging code in table_vline() and table_hline() was in practice
always enabled, but because of the way it was written each of the tests
was being re-tested in an assertion.  It seems better to just enable it
all the time and avoid duplication.
src/output/table.c