Improve the way we handle the various parsing "states". Until now
[pspp-builds.git] / src / language / lexer / lexer.h
index 4ea80707c2bd0a1affe002e2b11744b2dae03999..36d79d3afef7a2a25bf7cf7139195ade4f7267dc 100644 (file)
@@ -74,6 +74,7 @@ const char *lex_entire_line (void);
 const char *lex_rest_of_line (int *end_dot);
 void lex_discard_line (void);
 void lex_set_prog (char *p);
+void lex_discard_rest_of_command (void);
 
 /* Weird line reading functions. */
 bool lex_get_line (void);