lexer: New function lex_force_match_phrase().
[pspp] / src / language / lexer / lexer.h
index b172ac610fb80c119f5b12db11a7492786c11ac0..ae40a87a04253894669fb6e274d6307ea507a4c7 100644 (file)
@@ -127,6 +127,7 @@ bool lex_match_id_n (struct lexer *, const char *, size_t n);
 bool lex_match_int (struct lexer *, int);
 bool lex_at_phrase (struct lexer *, const char *s);
 bool lex_match_phrase (struct lexer *, const char *s);
+bool lex_force_match_phrase (struct lexer *, const char *s);
 
 /* Forcible matching functions. */
 bool lex_force_match (struct lexer *, enum token_type) WARN_UNUSED_RESULT;