X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fafm.c;h=0eeaf4ee4f1d23455819d40e8534a3f183a62568;hb=0aadb06eaf7e641a1590e6296d79b06fe0f97609;hp=fedd93154ddbbbe924eeed4753e5f3a68f4f94f2;hpb=b74d09af5e07f954c18e7cdb8aca3af47fa10208;p=pspp diff --git a/src/output/afm.c b/src/output/afm.c index fedd93154d..0eeaf4ee4f 100644 --- a/src/output/afm.c +++ b/src/output/afm.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -23,6 +22,7 @@ #include "c-strtod.h" #include #include +#include #include #include #include @@ -31,6 +31,7 @@ #include #include "error.h" #include "minmax.h" +#include #include #include @@ -1146,7 +1147,7 @@ afm_encode_string (const struct afm *afm, break; default: - abort (); + NOT_REACHED (); } binary_finish (&e); }