Get rid of src/libpspp/debug-print.h and all its users. (There were
[pspp-builds.git] / src / data / por-file-reader.c
index 900f62985283d7a3128b93e2e0b774075e982a48..3f385223e5afe74f277b6bb4e105a659902a4aec 100644 (file)
@@ -47,8 +47,6 @@
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-#include <libpspp/debug-print.h>
-
 /* portable_to_local[PORTABLE] translates the given portable
    character into the local character set. */
 static const char portable_to_local[256] =
@@ -79,7 +77,8 @@ struct pfm_reader
 
 static void
 error (struct pfm_reader *r, const char *msg,...)
-     PRINTF_FORMAT (2, 3);
+     PRINTF_FORMAT (2, 3)
+     NO_RETURN;
 
 /* Displays MSG as an error message and aborts reading the
    portable file via longjmp(). */