Apply patch #5225, assertions.
[pspp-builds.git] / src / output / afm.c
index fedd93154ddbbbe924eeed4753e5f3a68f4f94f2..e45ab85df4cd509524d036e416d4b69edea363ee 100644 (file)
@@ -31,6 +31,7 @@
 #include <setjmp.h>
 #include "error.h"
 #include "minmax.h"
+#include <libpspp/assertion.h>
 #include <libpspp/pool.h>
 #include <libpspp/str.h>
 
@@ -1146,7 +1147,7 @@ afm_encode_string (const struct afm *afm,
           break;
       
         default:
-          abort ();
+          NOT_REACHED ();
         }
       binary_finish (&e);
     }