tons of progress on macros
[pspp] / src / language / lexer / macro.h
index 0b6fd0dac3f942bf244309152c698afd39710cb5..ac5cb65579a399570db80af3d779b75c8c825130 100644 (file)
@@ -38,6 +38,8 @@ void macro_token_uninit (struct macro_token *);
 
 void macro_token_to_representation (struct macro_token *, struct string *);
 
+bool is_macro_keyword (struct substring);
+
 struct macro_tokens
   {
     struct macro_token *mts;