X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Flexer.h;h=b172ac610fb80c119f5b12db11a7492786c11ac0;hb=25a6f95a0cbe4a670b27943901b3af2cefc3e435;hp=a23e4bf693af5eb6ff3b3b87ed99ba8f95f7853a;hpb=b8f7ae6610f04de0b4325a905cc69beb65bad2ab;p=pspp diff --git a/src/language/lexer/lexer.h b/src/language/lexer/lexer.h index a23e4bf693..b172ac610f 100644 --- a/src/language/lexer/lexer.h +++ b/src/language/lexer/lexer.h @@ -40,7 +40,8 @@ enum lex_error_mode LEX_ERROR_TERMINAL, /* Discard input line and continue reading. */ LEX_ERROR_CONTINUE, /* Continue to next command, except for cascading failures. */ - LEX_ERROR_STOP /* Stop processing. */ + LEX_ERROR_IGNORE, /* Continue, even for cascading failures. */ + LEX_ERROR_STOP, /* Stop processing. */ }; /* Reads a single syntax file as a stream of bytes encoded in UTF-8.