Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!pt.cs.cmu.edu!rochester!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Problems with C68 Message-ID: <21091@nigel.udel.EDU> Date: 5 Jun 90 12:37:21 GMT Sender: mmdf@udel.EDU Lines: 14 Well I found that error too when prepearing other dhrystone results. I introduced this error when prepearing patch_2. This fix is trivial. Patch_3 is in preparation and fixes this error and the following two points: -functions with body, declared extern, become global -repeated global declarations, although illegal, won't reserve storage more than once (try to compile more.c, where the global variable ch is defined twice, at the beginning and before function colon() BUT, Thank you very much for the bug report, I need them. Meanwhile, it is much harder finding the remaining bugs than to fix them. C.v.W.