X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fafm.c;h=af4f8199fe1e4c5f9469298a601c9a30f666d42b;hb=470affdb48180aebfa764941bbdb353062978444;hp=fedd93154ddbbbe924eeed4753e5f3a68f4f94f2;hpb=b74d09af5e07f954c18e7cdb8aca3af47fa10208;p=pspp diff --git a/src/output/afm.c b/src/output/afm.c index fedd93154d..af4f8199fe 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 @@ -31,6 +30,7 @@ #include #include "error.h" #include "minmax.h" +#include #include #include @@ -1146,7 +1146,7 @@ afm_encode_string (const struct afm *afm, break; default: - abort (); + NOT_REACHED (); } binary_finish (&e); }