Apply patch #5225, assertions.
[pspp-builds.git] / src / output / manager.c
index c8ff70c0d1a37917e2f1738512f181de7d3de6b6..468b2c23e5d93b8c1945a2e71bc5458108249c84 100644 (file)
@@ -21,6 +21,7 @@
 #include "manager.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include <libpspp/assertion.h>
 #include "output.h"
 
 /* Table. */
@@ -110,7 +111,7 @@ som_submit (struct som_entity *t)
        {
          printf ("headers: (l,r)=(%d,%d), (t,b)=(%d,%d) in table size (%d,%d)\n",
                  hl, hr, ht, hb, nc, nr);
-         abort ();
+         NOT_REACHED ();
        }
       else if (hl + hr == nc)
        printf ("warning: headers (l,r)=(%d,%d) in table width %d\n", hl, hr, nc);