X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fformat.c;h=f4a61d34bc1efd0f18bcb89170740a44170892a9;hb=8c8b1ba6eadf4cf533b5cce513a21b48ae06c402;hp=a552f867cf338ce941a3759d5610be685c2ae676;hpb=e294a372f351d7105c21a2db58022af8b119aa64;p=pspp diff --git a/src/data/format.c b/src/data/format.c index a552f867cf..f4a61d34bc 100644 --- a/src/data/format.c +++ b/src/data/format.c @@ -20,6 +20,7 @@ #include #include "format.h" #include +#include #include #include #include @@ -280,7 +281,7 @@ convert_fmt_ItoO (const struct fmt_spec *input, struct fmt_spec *output) case FMT_CCC: case FMT_CCD: case FMT_CCE: - assert (0); + NOT_REACHED (); case FMT_Z: case FMT_A: /* nothing is necessary */ @@ -314,7 +315,7 @@ convert_fmt_ItoO (const struct fmt_spec *input, struct fmt_spec *output) /* nothing is necessary */ break; default: - assert (0); + NOT_REACHED (); } assert (check_output_specifier (output, 0));