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=bb9d6a954db209d1c787512b4e9be32550809e25;hb=5e2aadfa3a7df06abf118bdac7e663d58fd52877;hp=764da74b19db207100e9935606c817f97eb67047;hpb=101250dc9f516758bd9d13f869f1a770d6dd1ca3;p=pspp diff --git a/src/language/lexer/lexer.h b/src/language/lexer/lexer.h index 764da74b19..bb9d6a954d 100644 --- a/src/language/lexer/lexer.h +++ b/src/language/lexer/lexer.h @@ -166,6 +166,7 @@ struct msg_point lex_ofs_end_point (const struct lexer *, int ofs); /* Token representation. */ char *lex_next_representation (const struct lexer *, int n0, int n1); +char *lex_ofs_representation (const struct lexer *, int ofs0, int ofs1); bool lex_next_is_from_macro (const struct lexer *, int n); /* Current position. */