X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Flexer.h;h=9d7973c2ad1e4afc9e1386f21d2d3cc4d174e153;hb=11658379fb66972099b33f31980c3daf6005a4df;hp=596e27a335422eda40b2139e47ceae3480126544;hpb=5dd9df91d08bb0283bde1b82266a29f6e5e17bb3;p=pspp diff --git a/src/language/lexer/lexer.h b/src/language/lexer/lexer.h index 596e27a335..9d7973c2ad 100644 --- a/src/language/lexer/lexer.h +++ b/src/language/lexer/lexer.h @@ -147,8 +147,7 @@ double lex_next_tokval (const struct lexer *, int n); struct substring lex_next_tokss (const struct lexer *, int n); /* Token representation. */ -struct substring lex_next_representation (const struct lexer *, - int n0, int n1); +char *lex_next_representation (const struct lexer *, int n0, int n1); bool lex_next_is_from_macro (const struct lexer *, int n); /* Current position. */