tab: Make tab_value() take a variable instead of a dictionary.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 12 Apr 2011 13:43:04 +0000 (06:43 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 12 Apr 2011 13:43:04 +0000 (06:43 -0700)
commit22d2bdfb26bf8df59a27191aa669090d57df56bd
treede964a7f3004a22ea831a239057fdc81ca2e86b4
parent9df2afdd4fb29138d9a1885cd892ea16528a71f3
tab: Make tab_value() take a variable instead of a dictionary.

It seems far more likely that callers will have the variable handy
than the dictionary.  Also, when the variable is used the format can
be optional since tab_value() can get it from the variable's print
format.
src/language/stats/crosstabs.q
src/language/stats/frequencies.q
src/output/tab.c
src/output/tab.h