sys-file-reader: Don't skip "too many value labels" test anymore. 20140221030518/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 20 Feb 2014 16:33:21 +0000 (08:33 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 20 Feb 2014 16:33:31 +0000 (08:33 -0800)
commitbb4738b6612729d1d3f83009e88505ffc8c46e2d
treebdea4f7ec7ce6ab6a9bef3a85debc05d928ef57b
parentba399e6e07b5a367147bfebbec35753f41b51447
sys-file-reader: Don't skip "too many value labels" test anymore.

Previously the maximum number of value labels depended on the size of
size_t, so that it was impossible to have too many on 64-bit systems, but
a recent change made the maximum number of value labels depend on the
size of unsigned int instead, so now 32- and 64-bit systems are the same.
This commit reverts the code that skips the test.
configure.ac
tests/atlocal.in
tests/data/sys-file-reader.at