Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: bug in C68 Message-ID: <53875@nigel.ee.udel.edu> Date: 17 May 91 07:59:58 GMT Sender: usenet@ee.udel.edu Lines: 15 I should say that your fix is wrong, too. It would accept declaration such as int main(argv,argc,) the 'real' thing is to move 'needpunc(closepa)' upwards: if (lastst == comma) getsym(); else { needpunc(closepa); break; } C.v.W.