Apply patch #5225, assertions.
[pspp-builds.git] / src / language / data-io / data-list.c
index 6998cc9239307b52b290ab1b7005f1cee5cb4bc5..95b8036819e27dd152cb9df16f7cbb1fa6387103 100644 (file)
@@ -41,6 +41,7 @@
 #include <language/lexer/lexer.h>
 #include <language/lexer/variable-parser.h>
 #include <libpspp/alloc.h>
+#include <libpspp/assertion.h>
 #include <libpspp/compiler.h>
 #include <libpspp/message.h>
 #include <libpspp/message.h>
@@ -999,7 +1000,7 @@ read_from_data_list (const struct data_list_pgm *dls, struct ccase *c)
       retval = read_from_data_list_list (dls, c);
       break;
     default:
-      abort ();
+      NOT_REACHED ();
     }
   dfm_pop (dls->reader);