combine-files: Only give an error for different types if they're kept.
commit6e30f48a8f7ee01f013318866176884e511aafe7
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Apr 2023 00:47:05 +0000 (29 17:47 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Apr 2023 00:47:05 +0000 (29 17:47 -0700)
treed6206bd6ca6d955397d4219588b69a112688179a
parenta498159e88a2d5355055bcb17525555a2da74bda
combine-files: Only give an error for different types if they're kept.

Until now, ADD FILES, MATCH FILES, and UPDATE always gave an error if
variables in the input files had different types or widths and they weren't
renamed to avoid it.  This commit makes them only do that if the variables
in question aren't dropped.
doc/combining.texi
src/language/commands/combine-files.c
tests/language/commands/add-files.at
tests/language/commands/match-files.at