* Changed dict_get_case_weight() to accept an additional int * flag to complain about...
[pspp] / src / sfm-write.c
index 64d364abb6cd753c760b327e03d48278d6a3a0c6..cb6bfa54a7a37536caa94c459bac7be4ea6f2d43 100644 (file)
@@ -20,7 +20,7 @@
 #include <config.h>
 #include "sfm.h"
 #include "sfmP.h"
-#include <assert.h>
+#include "error.h"
 #include <stdlib.h>
 #include <ctype.h>
 #include <errno.h>
@@ -365,6 +365,7 @@ write_variable (struct sfm_write_info *inf, struct variable *v)
       break;
     default:
       assert (0);
+      abort ();
     }
 
   sv.n_missing_values = nm;