dictionary: Fix misuse of DC_* treewide.
[pspp] / perl-module / PSPP.xs
index 1f05be2a65cf81ae626f9dc208ee182dec623508..573dfab42afaf8603406392a4fd1fce65387ad64 100644 (file)
@@ -694,8 +694,7 @@ CODE:
 
  c =  case_create (dict_get_proto (swi->dict->dict));
 
- dict_get_vars (swi->dict->dict, &vv, &nv,
-                1u << DC_ORDINARY | 1u << DC_SYSTEM);
+ dict_get_vars (swi->dict->dict, &vv, &nv, 0);
 
  for (SV *sv = av_shift (av_case); SvOK (sv);  sv = av_shift (av_case))
   {