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)
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.


No differences found