X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Fmacro.h;h=db6edd83a9d67f14724288ef47dbb68742a5f0aa;hb=f41e87501f3a3c600f4443033799b1689f84270a;hp=4a6f73dff97cb12b7c657c162615c14384e893c4;hpb=99e99bc433add91bc30f340895307122dfba9366;p=pspp diff --git a/src/language/lexer/macro.h b/src/language/lexer/macro.h index 4a6f73dff9..db6edd83a9 100644 --- a/src/language/lexer/macro.h +++ b/src/language/lexer/macro.h @@ -57,9 +57,6 @@ void macro_tokens_uninit (struct macro_tokens *); struct macro_token *macro_tokens_add_uninit (struct macro_tokens *); 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_syntax (struct macro_tokens *, struct string *, size_t *ofs, size_t *len);