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=216c9e64a86d708f6f8fb1db581d464af2c2e84c;hp=764da74b19db207100e9935606c817f97eb67047;hpb=a1d532a620562505935e813bdd201354aab0f569;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. */