K 10 svn:author V 6 nectar K 8 svn:date V 27 2003-04-22T22:19:05.000000Z K 7 svn:log V 712 ``Strong typing is a crutch for people with weak memories.'' Correct a bug that should have wreaked havoc everywhere, but for some reason only bit unlucky people who use `-march' optimizations. The compiler cannot assist one in distinguishing between the two function calls below. int nsdispatch(void *, ...); void *discard; nsdispatch(&discard, ...); /* correct .. no, really! */ nsdispatch(discard, ...); /* Boom */ Robin provided me with a debugging environment in which I could see what was going on. Badness when using CPUTYPE was Reported by: "Robin P. Blanchard" Reported by: nork Sponsored by: DARPA, Network Associates Laboratories END