Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / repeat.c
index 401a50ec0b6d8567987401a60adb9754f76ec8d5..dad14549864f8035eea2bc4b627c4331defa3cd5 100644 (file)
@@ -299,7 +299,7 @@ internal_cmd_do_repeat (void)
      REPEAT line.  We should actually check for the PRINT specifier.
      This can be done easier when we buffer entire commands instead of
      doing it token by token; see TODO. */
-  lex_entire_line ();  
+  lex_discard_line (); 
   
   /* Tie up the loose end of the chain. */
   if (line_buf_head == NULL)