VECTOR: Check that multiple vectors don't create the same variable name.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 22 Apr 2023 21:51:49 +0000 (14:51 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 22 Apr 2023 21:51:52 +0000 (14:51 -0700)
commit27b725e6d02cbea19b1435ffbaaa9ef5e87f0435
tree1e55f0b8818a9e1363a1700bc20253310c83f7c5
parentcf34c17b6383b371d66e1bfca7f0e82bb29fb9ff
VECTOR: Check that multiple vectors don't create the same variable name.

This is possible but I hadn't realized it before.

Thanks to Youngseok Choi for reporting this bug.
Reported at https://lists.gnu.org/archive/html/bug-gnu-pspp/2023-04/msg00004.html.
src/language/commands/vector.c
tests/language/commands/vector.at