Documented the EXAMINE subcommands. Fixed up the examine test. Fixed a problem...
[pspp] / src / lexer.c
index e72f7f1bc6f11ac5e5efde7123751ba5d2c47b54..e573bbb7818f9b3cce8d07fe9edd9b930c8936bc 100644 (file)
@@ -99,6 +99,13 @@ lex_init (void)
   if (!lex_get_line ())
     unexpected_eof ();
 }
+
+void
+lex_done (void)
+{
+  ds_destroy(&put_tokstr);
+}
+
 \f
 /* Common functions. */