output: Make global variables less global.
authorBen Pfaff <blp@gnu.org>
Tue, 16 Jun 2009 04:40:06 +0000 (21:40 -0700)
committerBen Pfaff <blp@gnu.org>
Tue, 16 Jun 2009 04:40:06 +0000 (21:40 -0700)
commit832e0124a3b99996d284afbd1ffe72476a15cde6
tree887ba63ff5357f91d447feff19ff25f6cbbd471a
parentb08b7690a071fb57ea1a41c64491351779674ec6
output: Make global variables less global.

table_num and subtable_num were previously global variables that were
referred to from multiple files.  Now that we want to make tables
renderable from arbitrary contexts, though, we need to save the table
number with the table, so this change implements that.
src/output/manager.c
src/output/manager.h
src/output/table.c