token: Rename token_destroy() to token_uninit().
[pspp] / src / language / lexer / token.h
index 8feaf8147298d813ac748c0c9e8134449f91ea09..cab1a8cf9c63d011b3788e8a0123ba7acf19dd34 100644 (file)
@@ -36,7 +36,7 @@ struct token
         { TYPE, NUMBER, SS_LITERAL_INITIALIZER (STRING) }
 
 void token_init (struct token *);
-void token_destroy (struct token *);
+void token_uninit (struct token *);
 
 char *token_to_string (const struct token *);