>>>>> "Andrew" == Andrew Ziem <[EMAIL PROTECTED]> writes:

    Andrew> because tests yield inconsistent results */ +#if 0 + /* address

#if 0 
in a patch is depreciated. If the test fails on wine, butt succeeds in
windows, use todo_wine(). If there are other conditions that must be met,
tell these conditions, perhaps like

#define SOME_SPECIAL_TEST 0
#ifdef SOME_SPECIAL_TEST

so that others can decipher what you mean.

Bye

-- 
Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------


Reply via email to