K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-12-18T22:16:33.000000Z K 7 svn:log V 265 Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it otherwise breaks on the Alpha arch. I think this is wrong since i'd actually like to probe for a PC architecture, not for a particular CPU type. Anyway, now it's again the way it used to be. END