X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpor-file-reader.c;h=c4fec4b0ed72d30a2608c9b6af49340d35d40384;hb=0e8ce9b60375ae15ddd8dafc27bad1cc26856b08;hp=1ee598873ed89edff4d6b099a7ff6b2b21c74036;hpb=2322678e8fddbbf158b01b2720db2636404bba3b;p=pspp diff --git a/src/data/por-file-reader.c b/src/data/por-file-reader.c index 1ee598873e..c4fec4b0ed 100644 --- a/src/data/por-file-reader.c +++ b/src/data/por-file-reader.c @@ -21,7 +21,7 @@ #include #include "por-file-reader.h" -#include "message.h" +#include #include #include #include @@ -29,25 +29,25 @@ #include #include #include -#include "alloc.h" +#include #include #include "case.h" -#include "compiler.h" +#include #include "dictionary.h" #include "file-handle-def.h" #include "format.h" -#include "hash.h" -#include "magic.h" -#include "misc.h" -#include "pool.h" -#include "str.h" +#include +#include +#include +#include +#include #include "value-labels.h" #include "variable.h" #include "gettext.h" #define _(msgid) gettext (msgid) -#include "debug-print.h" +#include /* portable_to_local[PORTABLE] translates the given portable character into the local character set. */ @@ -79,7 +79,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(). */