MATCH FILES, UPDATE, ADD FILES: Improve error messages.
[pspp] / src / language / lexer / macro.h
index 4a6f73dff97cb12b7c657c162615c14384e893c4..db6edd83a9d67f14724288ef47dbb68742a5f0aa 100644 (file)
@@ -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);