INSERT: Add testing-only feature for ignoring cascading failures.
[pspp] / src / language / lexer / lexer.h
index a23e4bf693af5eb6ff3b3b87ed99ba8f95f7853a..b172ac610fb80c119f5b12db11a7492786c11ac0 100644 (file)
@@ -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.