X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.c;h=92f79541d6fbddad4e02b3a6a69961c5bf7da43a;hb=31b6e78dc21a245350249247962d199ada98e677;hp=36e9ca28ea55d116f1e03449dc105097fbefb045;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/output/table.c b/src/output/table.c index 36e9ca28..92f79541 100644 --- a/src/output/table.c +++ b/src/output/table.c @@ -29,14 +29,13 @@ #include #include #include -#include #include #include -#include #include #include #include "minmax.h" +#include "xalloc.h" #include "gettext.h" #define _(msgid) gettext (msgid) @@ -474,7 +473,6 @@ tab_natural_height (struct tab_table *t, struct outp_driver *d, int r) unsigned char opt = t->ct[c + r * t->cf]; int h; - assert (t->w[c] != NOT_INT); if (opt & (TAB_JOIN | TAB_EMPTY)) continue;