From: John Darrington Date: Tue, 7 Jul 2009 04:19:17 +0000 (+0800) Subject: Add dictionary argument to tab_value. X-Git-Tag: build37~53^2~19 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c2b035a7526fdf366271de915fc774df302f96;hp=44c2b035a7526fdf366271de915fc774df302f96;p=pspp-builds.git 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. ---