* lexer.c (lex_match_id_n): New function.
[pspp-builds.git] / src / language / lexer / lexer.h
index ada09ade9a89f1eb0d4f682a0d70c94cef9be04d..53732b49995f5fb60429e96f65e89a61ca108f4c 100644 (file)
@@ -53,6 +53,7 @@ bool lex_is_string (struct lexer *);
 /* Token matching functions. */
 bool lex_match (struct lexer *, int);
 bool lex_match_id (struct lexer *, const char *);
+bool lex_match_id_n (struct lexer *, const char *, size_t n);
 bool lex_match_int (struct lexer *, int);
 
 /* Forcible matching functions. */