K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-01T05:28:26.710449Z K 7 svn:log V 227 math/newmat: unbreak with clang 4.0 newmat6.cpp:431:13: error: ordered comparison between pointer and zero ('int *' and 'int') if (indx > 0) { delete [] indx; indx = 0; } ~~~~ ^ ~ Reported by: antoine (via exp-run) END