Fully implement arbitrary delimiters on DATA LIST, extending the half
[pspp-builds.git] / src / glob.c
index 61c70b46c2e5efbc34e7cce5e62b1a2b6472af72..83dd2b66ef49ac75ed1b8592469022dfe3958c37 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <config.h>
 #include "glob.h"
-#include <assert.h>
+#include "error.h"
 #include <stdlib.h>
 #include <stdio.h>
 
@@ -151,7 +151,7 @@ init_glob (int argc UNUSED, char **argv)
   last_vfm_invocation = time (NULL);
 
   /* lexer.h */
-  ds_init (NULL, &tokstr, 64);
+  ds_init (&tokstr, 64);
 
   /* common.h */
   {