From: Ben Pfaff Date: Mon, 20 Sep 2010 03:55:06 +0000 (-0700) Subject: data-in: Eliminate "implied_decimals" parameter from data_in(). X-Git-Tag: sav-api~4 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8efdc4acb80fc1a3735228d29fca0cf86fee6d;hp=4e8efdc4acb80fc1a3735228d29fca0cf86fee6d;p=pspp data-in: Eliminate "implied_decimals" parameter from data_in(). This parameter is usually 0, so break out the associated functionality into a new function that callers can use if they really need it. ---