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=3f3b74c2dd0e8468e11b0bb22366f6081ba0d459;hp=764da74b19db207100e9935606c817f97eb67047;hpb=4d2ddbb1b001928a9c7fb6d5d8d1e26c47216c3f;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. */