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>
Thu, 31 Dec 2020 03:58:11 +0000 (19:58 -0800)
commit240ecae8130528a997cc10cffa7f7e9f61689cb2
tree8a2e8945ad1e33d228069bf86dd15411e129bfaf
parente8a8e5b226a84910ccfd13ddb66c438107724b60
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