SYSFILE INFO: Get rid of nested tables.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 2 Dec 2018 21:28:44 +0000 (13:28 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 3 Dec 2018 02:42:51 +0000 (18:42 -0800)
commitc70c924972443e3ec2713e421815cbf959af2582
tree45301acf9ce82bfb8fb2d809ade0f07a1e8132a8
parent769186f0a30bc22fe6da1b2c4418689e43cfe55d
SYSFILE INFO: Get rid of nested tables.

Nested tables aren't really necessary and make a number of things harder in
the output subsystem.  SYSFILE INFO and DISPLAY, which share code, were the
only code that used them, so this removes them from that code.
20 files changed:
perl-module/t/Pspp.t
src/language/dictionary/sys-file-info.c
tests/data/pc+-file-reader.at
tests/data/por-file.at
tests/data/sys-file-reader.at
tests/data/sys-file.at
tests/language/data-io/get-data-psql.at
tests/language/data-io/get-data-spreadsheet.at
tests/language/data-io/list.at
tests/language/data-io/matrix-data.at
tests/language/dictionary/attributes.at
tests/language/dictionary/formats.at
tests/language/dictionary/missing-values.at
tests/language/dictionary/sort-variables.at
tests/language/dictionary/sys-file-info.at
tests/language/dictionary/value-labels.at
tests/language/dictionary/variable-display.at
tests/language/stats/autorecode.at
tests/language/stats/rank.at
tests/perl-module.at