X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frepeat.c;h=dad14549864f8035eea2bc4b627c4331defa3cd5;hb=bf6d99567a762b20bee4bb71147b6387c986bb90;hp=c3236744a298b6dfd402207dfac404aaa7e28fff;hpb=74a57f26f1458b28a0fddbb9f46004ac8f4d9c30;p=pspp-builds.git diff --git a/src/repeat.c b/src/repeat.c index c3236744..dad14549 100644 --- a/src/repeat.c +++ b/src/repeat.c @@ -19,7 +19,7 @@ #include #include "repeat.h" -#include +#include "error.h" #include #include #include @@ -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)