X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fplot-chart.c;h=8a1dc0bd1fbed3f5f3943dc41adb69935b7fce8f;hb=f70f1b22e925d55c246372376de1c6ffaacf8a4b;hp=497251f07eda20677029b3066196a9aa13250a15;hpb=573068f2bdcd3f8796e9646668fed910a90f890b;p=pspp diff --git a/src/output/charts/plot-chart.c b/src/output/charts/plot-chart.c index 497251f07e..8a1dc0bd1f 100644 --- a/src/output/charts/plot-chart.c +++ b/src/output/charts/plot-chart.c @@ -36,6 +36,7 @@ #include #include +#include #include #include @@ -76,7 +77,7 @@ draw_tick(struct chart *chart, else if (orientation == TICK_ORDINATE ) pl_flinerel_r(chart->lp, 0, position, -tickSize, position); else - assert(0); + NOT_REACHED (); if ( label ) { char buf[10];