table-provider: Remove "const" from struct table_cell members.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 29 Dec 2020 07:33:30 +0000 (23:33 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 1 Jan 2021 19:15:05 +0000 (11:15 -0800)
commit28e907dd4809de2c44feb9f402ab7f19660d6459
tree03f8134b90778c6cf5d05b6c63721f7e581b185b
parent26bad54c73bdb354262a2434de93e632a286b0d3
table-provider: Remove "const" from struct table_cell members.

Until now, this struct has been used only in one particular place, where
the "const" is easy to handle.  In an upcoming commit, it will be used more
widely, making the const-ness impractical to maintain, so this commit
removes it.
src/output/csv.c
src/output/html.c
src/output/render.c
src/output/table-item.h
src/output/table-provider.h
src/output/table.c
src/output/table.h
src/output/tex.c
tests/output/render-test.c