dictionary: Fix misuse of DC_* treewide.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 20 Feb 2023 17:48:50 +0000 (09:48 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 20 Feb 2023 18:11:21 +0000 (10:11 -0800)
commit37c8a21f16b972b259535527f38161c611b17e2a
tree365d41677ee1d1e53e37475ea107086e4e26022e
parenta0f5f851c81999933a81fd9f9b455c92cce9a2c3
dictionary: Fix misuse of DC_* treewide.

The DC_* constants are bit values, but some code was using them as shift
offsets.  This fixes the problem.
perl-module/PSPP.xs
src/data/case-map.c
src/data/dataset.c
src/data/dictionary.c
src/language/lexer/variable-parser.c