Add dictionary argument to tab_value.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 04:19:17 +0000 (12:19 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 04:19:17 +0000 (12:19 +0800)
commit44c2b035a7526fdf366271de915fc774df302f96
tree3d97e37ed91909b0ce419a935267b5df836f18dd
parent20d1a04f1af4d67583bfd97658447ee7a135dfad
Add dictionary argument to tab_value.

In order to properly display values, tab_value needs
to know the dictionary from whence the value comes.
This is necessary so that string values can be properly
decoded.

This change adds this argument to tab_value and updates
all callers.
src/language/stats/frequencies.q
src/output/table.c
src/output/table.h