K 10 svn:author V 8 kientzle K 8 svn:date V 27 2008-02-19T05:52:30.000000Z K 7 svn:log V 297 The test_assert() function that backs my custom assert() macro now returns a value, which supports such convenient constructs as: if (assert(NULL != foo())) { } Also be careful to setlocale("C") for each new test to avoid locale pollution. Also a couple of minor portability enhancements. END