Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / sfm-write.c
index 3cfb1f5cc08115ec406d122d6f3e7953cafb2d62..cb6bfa54a7a37536caa94c459bac7be4ea6f2d43 100644 (file)
@@ -365,6 +365,7 @@ write_variable (struct sfm_write_info *inf, struct variable *v)
       break;
     default:
       assert (0);
+      abort ();
     }
 
   sv.n_missing_values = nm;