X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Flexer.h;fp=src%2Flanguage%2Flexer%2Flexer.h;h=d82470ffdd456d52a2efe37f9037f7441a4c2686;hb=73d1c7eda1b9ea351bb37c55a9be592a4884a516;hp=1282b6946b732e451ca080cd3b1cf50e621557a1;hpb=263c1ff7180eec65d4d5914664af56b4d9a89921;p=pspp diff --git a/src/language/lexer/lexer.h b/src/language/lexer/lexer.h index 1282b6946b..d82470ffdd 100644 --- a/src/language/lexer/lexer.h +++ b/src/language/lexer/lexer.h @@ -160,6 +160,7 @@ int lex_get_last_column (const struct lexer *, int n); const char *lex_get_file_name (const struct lexer *); struct msg_location *lex_get_location (const struct lexer *, int n0, int n1); struct msg_location *lex_get_lines (const struct lexer *, int n0, int n1); +void lex_extend_location (const struct lexer *, int n, struct msg_location *); const char *lex_get_encoding (const struct lexer *); /* Issuing errors. */