Work on DEFINE command.
[pspp] / src / language / lexer / scan.c
index 86ebb7d00675cd6c89d223d49b1924cb278473e9..0e29dc9e71be9702c3213ab1ef32f85fba9836c5 100644 (file)
@@ -548,7 +548,7 @@ void
 scanner_init (struct scanner *scanner, struct token *token)
 {
   scanner->state = S_START;
-  token_init (token);
+  *token = (struct token) { .type = T_STOP };
 }
 
 /* Adds the segment with type TYPE and UTF-8 text S to SCANNER.  TOKEN must be