X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Fmacro.h;fp=src%2Flanguage%2Flexer%2Fmacro.h;h=c10ce8e3cd2cdc4f40260698e41eed65e8c348e9;hb=11658379fb66972099b33f31980c3daf6005a4df;hp=ac5cb65579a399570db80af3d779b75c8c825130;hpb=5dd9df91d08bb0283bde1b82266a29f6e5e17bb3;p=pspp diff --git a/src/language/lexer/macro.h b/src/language/lexer/macro.h index ac5cb65579..c10ce8e3cd 100644 --- a/src/language/lexer/macro.h +++ b/src/language/lexer/macro.h @@ -55,7 +55,8 @@ void macro_tokens_add (struct macro_tokens *, const struct macro_token *); void macro_tokens_from_string (struct macro_tokens *, const struct substring, enum segmenter_mode); -void macro_tokens_to_representation (struct macro_tokens *, struct string *); +void macro_tokens_to_representation (struct macro_tokens *, struct string *, + size_t *ofs, size_t *len); void macro_tokens_print (const struct macro_tokens *, FILE *);