Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / data-list.c
index da75d5d3185b13723b762d5b943e9a24b48fe2b3..92be7cb8d51615400c473f74a697dfd232caf870 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <config.h>
 #include "data-list.h"
-#include <assert.h>
+#include "error.h"
 #include <ctype.h>
 #include <float.h>
 #include <stdio.h>
@@ -1011,6 +1011,7 @@ get_data_list_read_func (const struct data_list_pgm *dls)
 
     default:
       assert (0);
+      abort ();
     }
 }