Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / repeat.c
index 9141684c82de5262ce306f34c2a25eeeb0c9008c..c3236744a298b6dfd402207dfac404aaa7e28fff 100644 (file)
@@ -138,9 +138,6 @@ internal_cmd_do_repeat (void)
   int print;
 
   /* The first step is parsing the DO REPEAT command itself. */
-  lex_match_id ("DO");
-  lex_match_id ("REPEAT");
-
   count = 0;
   line_buf_head = NULL;
   do