DEFINE command can now be parsed.
[pspp] / src / language / lexer / token.h
index cab1a8cf9c63d011b3788e8a0123ba7acf19dd34..f4614c0e2664a787e643340c3eed7fd6faa6c442 100644 (file)
@@ -32,10 +32,7 @@ struct token
     struct substring string;
   };
 
-#define TOKEN_INITIALIZER(TYPE, NUMBER, STRING) \
-        { TYPE, NUMBER, SS_LITERAL_INITIALIZER (STRING) }
-
-void token_init (struct token *);
+void token_copy (struct token *, const struct token *);
 void token_uninit (struct token *);
 
 char *token_to_string (const struct token *);