output: Always use helper functions to access struct tab_table members.
authorBen Pfaff <blp@gnu.org>
Thu, 6 Aug 2009 04:34:42 +0000 (21:34 -0700)
committerBen Pfaff <blp@gnu.org>
Thu, 6 Aug 2009 04:34:42 +0000 (21:34 -0700)
commit1fc57714adfb36009ad22e2a164263b90548bf11
treedcb1717bd4d928921795b821afd5cfb2eec2bf08
parent5cc88fdabd7f3bd107052538f9f1b961f4914385
output: Always use helper functions to access struct tab_table members.

The implementation of "struct tab_table" will be changing, so by always
using the helper functions we can reduce the amount of code that has to
change later to support those changes.
src/language/dictionary/sys-file-info.c
src/language/stats/binomial.c
src/language/stats/chisquare.c
src/language/stats/crosstabs.q
src/language/stats/frequencies.q
src/language/stats/npar-summary.c
src/language/stats/sign.c
src/language/stats/wilcoxon.c
src/output/html.c
src/output/odt.c
src/output/table.c