work on macro functions
[pspp] / src / language / lexer / macro.h
index 61cfbc0937087636db99782ab432eeef5f146841..6eb239240a18a06e35d0be120c908a549d392d8f 100644 (file)
@@ -44,6 +44,7 @@ struct macro_tokens
 
 void macro_tokens_copy (struct macro_tokens *, const struct macro_tokens *);
 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_print (const struct macro_tokens *, FILE *);