Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / descript.q
index 3e5c6a4e427a16be5e2886a2d1956468a0cc3db6..9ac10325fffe72c656be79ff3e28f1609a0644f5 100644 (file)
@@ -193,8 +193,6 @@ cmd_descriptives (void)
   v_variables = NULL;
   n_variables = 0;
 
-  lex_match_id ("DESCRIPTIVES");
-  lex_match_id ("CONDESCRIPTIVES");
   if (!parse_descriptives (&cmd))
     goto lossage;