Allow /RENAME target to use the TO keyword.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Jun 2020 18:54:28 +0000 (20:54 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Jun 2020 19:05:10 +0000 (21:05 +0200)
commit3ce390ce7cbbcf38b7e6d5ddd6426deaf73135ba
tree1614e3ce0655a254bcd26afbf9bb15d440a3a361
parentf58d1b69c4bbd4072fca4e79ea1e6a527ab09fae
Allow /RENAME target to use the TO keyword.

Allow code such as
 SAVE OUTFILE = "foo.sav" /RENAME= (A B C = v1 TO v2).

Closes bug: #57752
src/language/data-io/trim.c
tests/language/data-io/update.at